diff options
Diffstat (limited to 'src/PlacementStrategy.hh')
-rw-r--r-- | src/PlacementStrategy.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlacementStrategy.hh b/src/PlacementStrategy.hh index 19376ca..001218d 100644 --- a/src/PlacementStrategy.hh +++ b/src/PlacementStrategy.hh | |||
@@ -40,6 +40,7 @@ struct PlacementStrategy { | |||
40 | virtual bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, | 40 | virtual bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, |
41 | const FluxboxWindow &win, | 41 | const FluxboxWindow &win, |
42 | int &place_x, int &place_y) = 0; | 42 | int &place_x, int &place_y) = 0; |
43 | virtual ~PlacementStrategy() { } | ||
43 | }; | 44 | }; |
44 | 45 | ||
45 | #endif // PLACEMENTSTRATEGY_HH | 46 | #endif // PLACEMENTSTRATEGY_HH |