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 7bf72f2..379c30b 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -62,7 +62,7 @@ public: | |||
62 | inline Clientmenu *menu() { return &m_clientmenu; } | 62 | inline Clientmenu *menu() { return &m_clientmenu; } |
63 | inline const Clientmenu *menu() const { return &m_clientmenu; } | 63 | inline const Clientmenu *menu() const { return &m_clientmenu; } |
64 | inline const std::string &name() const { return m_name; } | 64 | inline const std::string &name() const { return m_name; } |
65 | inline const unsigned int workspaceID() const { return m_id; } | 65 | inline unsigned int workspaceID() const { return m_id; } |
66 | 66 | ||
67 | FluxboxWindow *getWindow(unsigned int id); | 67 | FluxboxWindow *getWindow(unsigned int id); |
68 | const FluxboxWindow *getWindow(unsigned int id) const; | 68 | const FluxboxWindow *getWindow(unsigned int id) const; |