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 ec0b43b5e..7be1391a5 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -104,7 +104,7 @@ class TabbedArea final : public Widget2, */ void removeTab(Tab *const tab); - void removeAll(); + void removeAll(bool del = true); /** * Overload the logic function since it's broken in guichan 0.8. |