diff options
Diffstat (limited to 'src/Workspace.hh')
| -rw-r--r-- | src/Workspace.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index fcf46630..09dc2779 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh @@ -93,7 +93,7 @@ public: bool isLastWindow(const BlackboxWindow* w) const; void addWindow(BlackboxWindow *w, bool place = False); - unsigned int removeWindow(BlackboxWindow *w); + void removeWindow(BlackboxWindow *w); unsigned int getCount(void) const; void appendStackOrder(BlackboxWindowList &stack_order) const; |
