From 47d7f62bf280d51bc8298b49c286181bc50f3d33 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Jul 2002 06:11:33 +0000 Subject: [PATCH] had an extra const in there --- src/Workspace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Workspace.cc b/src/Workspace.cc index ac8b9edb..d9644252 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -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; -- 2.45.2