had an extra const in there
This commit is contained in:
parent
270981e6d7
commit
47d7f62bf2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue