diff options
Diffstat (limited to 'src/gui/widgets/staticbrowserbox.h')
-rw-r--r-- | src/gui/widgets/staticbrowserbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/staticbrowserbox.h b/src/gui/widgets/staticbrowserbox.h index ff5862577..452bea681 100644 --- a/src/gui/widgets/staticbrowserbox.h +++ b/src/gui/widgets/staticbrowserbox.h @@ -78,7 +78,7 @@ class StaticBrowserBox final : public Widget, * Adds a text row to the browser. */ void addRow(const std::string &row, - const bool atTop = false); + const bool atTop); /** * Adds a menu line to the browser. |