diff options
Diffstat (limited to 'src/ScreenPlacement.hh')
-rw-r--r-- | src/ScreenPlacement.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh index b8941bf..be007eb 100644 --- a/src/ScreenPlacement.hh +++ b/src/ScreenPlacement.hh | |||
@@ -58,6 +58,8 @@ public: | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | explicit ScreenPlacement(BScreen &screen); | 60 | explicit ScreenPlacement(BScreen &screen); |
61 | |||
62 | virtual ~ScreenPlacement() {} | ||
61 | /// placeWindow is guaranteed to succeed, ignore return value | 63 | /// placeWindow is guaranteed to succeed, ignore return value |
62 | /// @return true | 64 | /// @return true |
63 | bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, | 65 | bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, |