diff options
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 45502ba5a..66fcae2d9 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -83,7 +83,8 @@ class BrowserBox final : public Widget, /** * Adds a text row to the browser. */ - void addRow(const std::string &row, const bool atTop = false); + void addRow(const std::string &row, + const bool atTop); /** * Adds a menu line to the browser. |