diff options
author | simonb <simonb> | 2006-04-03 05:33:51 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-03 05:33:51 (GMT) |
commit | 47a1f632001bb129b9909b929e7023b367e8e167 (patch) | |
tree | 9b31f56e99f20ef5436f1c487e5dff1c1745973a | |
parent | 0159f0396df6d5aa7178992e2dc99576644d2476 (diff) | |
download | fluxbox-47a1f632001bb129b9909b929e7023b367e8e167.zip fluxbox-47a1f632001bb129b9909b929e7023b367e8e167.tar.bz2 |
another build issue with size_t update, header file not updated
-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); |