had an extra const in there

This commit is contained in:
Dana Jansens 2002-07-22 06:11:33 +00:00
parent 270981e6d7
commit 47d7f62bf2

View 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;