aboutsummaryrefslogtreecommitdiff
path: root/src/RowSmartPlacement.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/RowSmartPlacement.hh')
-rw-r--r--src/RowSmartPlacement.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RowSmartPlacement.hh b/src/RowSmartPlacement.hh
index 43dbf55..7b54fc1 100644
--- a/src/RowSmartPlacement.hh
+++ b/src/RowSmartPlacement.hh
@@ -28,7 +28,7 @@
28 28
29class RowSmartPlacement: public PlacementStrategy { 29class RowSmartPlacement: public PlacementStrategy {
30public: 30public:
31 bool placeWindow(const std::vector<FluxboxWindow *> &windowlist, 31 bool placeWindow(const std::list<FluxboxWindow *> &windowlist,
32 const FluxboxWindow &win, 32 const FluxboxWindow &win,
33 int &place_x, int &place_y); 33 int &place_x, int &place_y);
34}; 34};