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 c2b02f3..90c57d0 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -57,7 +57,7 @@ public: | |||
57 | /// Set workspace name | 57 | /// Set workspace name |
58 | void setName(const std::string &name); | 58 | void setName(const std::string &name); |
59 | void showAll(); | 59 | void showAll(); |
60 | void hideAll(); | 60 | void hideAll(bool interrupt_moving); |
61 | void removeAll(); | 61 | void removeAll(); |
62 | void reconfigure(); | 62 | void reconfigure(); |
63 | void shutdown(); | 63 | void shutdown(); |