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 bfb8bb7..b554fa7 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -71,7 +71,7 @@ public: | |||
71 | FluxboxWindow *lastFocusedWindow() { return m_lastfocus; } | 71 | FluxboxWindow *lastFocusedWindow() { return m_lastfocus; } |
72 | const FluxboxWindow *lastFocusedWindow() const { return m_lastfocus; } | 72 | const FluxboxWindow *lastFocusedWindow() const { return m_lastfocus; } |
73 | 73 | ||
74 | FbTk::Menu &menu() { return m_clientmenu; } | 74 | inline FbTk::Menu &menu() { return m_clientmenu; } |
75 | inline const FbTk::Menu &menu() const { return m_clientmenu; } | 75 | inline const FbTk::Menu &menu() const { return m_clientmenu; } |
76 | /// name of this workspace | 76 | /// name of this workspace |
77 | inline const std::string &name() const { return m_name; } | 77 | inline const std::string &name() const { return m_name; } |