diff options
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 0c2b1cb..18db91c 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -44,10 +44,10 @@ public: | |||
44 | typedef std::vector<FluxboxWindow *> Windows; | 44 | typedef std::vector<FluxboxWindow *> Windows; |
45 | typedef std::vector<Window> Stack; | 45 | typedef std::vector<Window> Stack; |
46 | 46 | ||
47 | Workspace(BScreen *screen, unsigned int workspaceid = 0); | 47 | explicit Workspace(BScreen *screen, unsigned int workspaceid = 0); |
48 | ~Workspace(); | 48 | ~Workspace(); |
49 | 49 | ||
50 | inline void setLastFocusedWindow(FluxboxWindow *w) { lastfocus = w; } | 50 | void setLastFocusedWindow(FluxboxWindow *w); |
51 | /** | 51 | /** |
52 | Set workspace name | 52 | Set workspace name |
53 | */ | 53 | */ |