diff options
author | fluxgen <fluxgen> | 2003-12-18 18:03:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-18 18:03:23 (GMT) |
commit | bb02a522fbc7c47ebd1ddacafd466ccf59e58915 (patch) | |
tree | b55b5d4ae07eaf0794cb6e9b97b478cded7413e1 /src/Workspace.hh | |
parent | 8735c6a08bdab11172ec6e4c35271a4b8c374fc7 (diff) | |
download | fluxbox_pavel-bb02a522fbc7c47ebd1ddacafd466ccf59e58915.zip fluxbox_pavel-bb02a522fbc7c47ebd1ddacafd466ccf59e58915.tar.bz2 |
code cleaning
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; } |