aboutsummaryrefslogtreecommitdiff
path: root/src/PlacementStrategy.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-24 14:29:21 (GMT)
committersimonb <simonb>2006-04-24 14:29:21 (GMT)
commitacf4326f3cc3451aaf874b0b0777d69be5834e57 (patch)
tree8abf3c4158ece9c97c3764d7eb4eb9e1aa53bf84 /src/PlacementStrategy.hh
parentf6a072430d4de159e229d6172adc5ba5ae985512 (diff)
downloadfluxbox-acf4326f3cc3451aaf874b0b0777d69be5834e57.zip
fluxbox-acf4326f3cc3451aaf874b0b0777d69be5834e57.tar.bz2
Use -Wall when --enable-debug and some warning fixes
+ thanks Jonas Koelker
Diffstat (limited to 'src/PlacementStrategy.hh')
-rw-r--r--src/PlacementStrategy.hh1
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