diff options
Diffstat (limited to 'src')
-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 400ce98..3415f47 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -83,7 +83,7 @@ public: | |||
83 | const Windows &windowList() const { return m_windowlist; } | 83 | const Windows &windowList() const { return m_windowlist; } |
84 | Windows &windowList() { return m_windowlist; } | 84 | Windows &windowList() { return m_windowlist; } |
85 | 85 | ||
86 | int numberOfWindows() const; | 86 | size_t numberOfWindows() const; |
87 | bool checkGrouping(FluxboxWindow &win); | 87 | bool checkGrouping(FluxboxWindow &win); |
88 | 88 | ||
89 | static bool loadGroups(const std::string &filename); | 89 | static bool loadGroups(const std::string &filename); |