From 47a1f632001bb129b9909b929e7023b367e8e167 Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 3 Apr 2006 05:33:51 +0000 Subject: another build issue with size_t update, header file not updated --- src/Workspace.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: const Windows &windowList() const { return m_windowlist; } Windows &windowList() { return m_windowlist; } - int numberOfWindows() const; + size_t numberOfWindows() const; bool checkGrouping(FluxboxWindow &win); static bool loadGroups(const std::string &filename); -- cgit v0.11.2