diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-24 04:18:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-24 04:18:25 +0300 |
commit | 07abefc34abc3731f5eb63a7616231827b11e271 (patch) | |
tree | 74872529b602ce1f06831768c1e4d49137f57a26 /src/gui/widgets/browserbox.h | |
parent | 4e3cd287c2761247a58efbbc748df40482580414 (diff) | |
download | plus-07abefc34abc3731f5eb63a7616231827b11e271.tar.gz plus-07abefc34abc3731f5eb63a7616231827b11e271.tar.bz2 plus-07abefc34abc3731f5eb63a7616231827b11e271.tar.xz plus-07abefc34abc3731f5eb63a7616231827b11e271.zip |
Remove default parameters from browserbox.
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. |