another build issue with size_t update, header file not updated

This commit is contained in:
simonb 2006-04-03 05:33:51 +00:00
parent 0159f0396d
commit 47a1f63200

View file

@ -83,7 +83,7 @@ public:
const Windows &windowList() const { return m_windowlist; } const Windows &windowList() const { return m_windowlist; }
Windows &windowList() { return m_windowlist; } Windows &windowList() { return m_windowlist; }
int numberOfWindows() const; size_t numberOfWindows() const;
bool checkGrouping(FluxboxWindow &win); bool checkGrouping(FluxboxWindow &win);
static bool loadGroups(const std::string &filename); static bool loadGroups(const std::string &filename);