aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-03 05:33:51 (GMT)
committersimonb <simonb>2006-04-03 05:33:51 (GMT)
commit47a1f632001bb129b9909b929e7023b367e8e167 (patch)
tree9b31f56e99f20ef5436f1c487e5dff1c1745973a /src/Workspace.hh
parent0159f0396df6d5aa7178992e2dc99576644d2476 (diff)
downloadfluxbox-47a1f632001bb129b9909b929e7023b367e8e167.zip
fluxbox-47a1f632001bb129b9909b929e7023b367e8e167.tar.bz2
another build issue with size_t update, header file not updated
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 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);