]> Dogcows Code - chaz/openbox/commitdiff
had an extra const in there
authorDana Jansens <danakj@orodu.net>
Mon, 22 Jul 2002 06:11:33 +0000 (06:11 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 22 Jul 2002 06:11:33 +0000 (06:11 +0000)
src/Workspace.cc

index ac8b9edbfeed442eb9de64e5de77fab688a3e656..d9644252bffd17e0ddb56d8a6db882fe65d61226 100644 (file)
@@ -681,7 +681,7 @@ bool Workspace::smartPlacement(Rect& win) {
 }
 
 
-bool Workspace::underMousePlacement(Rect &win) const {
+bool Workspace::underMousePlacement(Rect &win) {
   int x, y, rx, ry;
   Window c, r;
   unsigned int m;
This page took 0.024703 seconds and 4 git commands to generate.