diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-27 01:03:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-27 01:03:32 +0300 |
commit | 24bc91b63fb57ab3ec538f064f47108e1d7cb22c (patch) | |
tree | d7e90abc4a7f449799948fb64f1e70f952535cb5 /src/gui/widgets | |
parent | 30ba8a737da8b1811397786106085f2c13167803 (diff) | |
download | manaplus-24bc91b63fb57ab3ec538f064f47108e1d7cb22c.tar.gz manaplus-24bc91b63fb57ab3ec538f064f47108e1d7cb22c.tar.bz2 manaplus-24bc91b63fb57ab3ec538f064f47108e1d7cb22c.tar.xz manaplus-24bc91b63fb57ab3ec538f064f47108e1d7cb22c.zip |
Remove default parameter from tabbedarea.
Diffstat (limited to 'src/gui/widgets')
-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. |