diff options
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index c971da391..22e1c879e 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -153,7 +153,7 @@ class TabbedArea final : public ActionListener, */ void removeTab(Tab *const tab); - void removeAll(const bool del = true); + void removeAll(const bool del); /** * Overload the logic function since it's broken in guichan 0.8. |