From 24bc91b63fb57ab3ec538f064f47108e1d7cb22c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Dec 2017 01:03:32 +0300 Subject: Remove default parameter from tabbedarea. --- src/gui/widgets/tabbedarea.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets') 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. -- cgit v1.2.3-70-g09d2