another build issue with size_t update, header file not updated
This commit is contained in:
parent
0159f0396d
commit
47a1f63200
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue