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 a8c6e8c..bca7e41 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -47,7 +47,7 @@ class Workspace:private FbTk::NotCopyable { | |||
47 | public: | 47 | public: |
48 | typedef std::vector<FluxboxWindow *> Windows; | 48 | typedef std::vector<FluxboxWindow *> Windows; |
49 | 49 | ||
50 | Workspace(BScreen &screen, FbTk::MultLayers &layermanager, | 50 | Workspace(BScreen &screen, FbTk::MultLayers &layermanager, const std::string &name, |
51 | unsigned int workspaceid = 0); | 51 | unsigned int workspaceid = 0); |
52 | ~Workspace(); | 52 | ~Workspace(); |
53 | 53 | ||