aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-17 11:58:47 (GMT)
committerfluxgen <fluxgen>2002-05-17 11:58:47 (GMT)
commite1f76359f50e3c3c4e9a0c5ef8e126b180f99caa (patch)
tree31a850799096b80fb49bf3c38dd3d4d93d66c8e6 /src/Workspace.hh
parenteb8234442e9135b10bc26a11ba2d6c8b4e1db2de (diff)
downloadfluxbox-e1f76359f50e3c3c4e9a0c5ef8e126b180f99caa.zip
fluxbox-e1f76359f50e3c3c4e9a0c5ef8e126b180f99caa.tar.bz2
const
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh2
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;