diff options
author | simonb <simonb> | 2006-04-16 11:18:22 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-16 11:18:22 (GMT) |
commit | 553104ee1d53104fa0790a9793a7047c61dd073f (patch) | |
tree | 5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /src/ScreenPlacement.hh | |
parent | 02aa83a59eb3d9e209449b38808635f9e293a17a (diff) | |
download | fluxbox_pavel-553104ee1d53104fa0790a9793a7047c61dd073f.zip fluxbox_pavel-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2 |
fix all compiler warnings with -Wall
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, |