diff options
Diffstat (limited to 'src/gui/windowmenu.h')
-rw-r--r-- | src/gui/windowmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windowmenu.h b/src/gui/windowmenu.h index 8c57f368b..01d4e4361 100644 --- a/src/gui/windowmenu.h +++ b/src/gui/windowmenu.h @@ -84,7 +84,7 @@ class WindowMenu : public Container, private: inline void addButton(const char* text, std::string description, - int &x, int &h, int key); + int &x, int &h, int key, bool visible = true); void updateButtons(); |