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 ac8b9ed..d964425 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;