summaryrefslogtreecommitdiff
path: root/src/gui/widgets/staticbrowserbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-24 00:35:44 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-24 00:35:44 +0300
commit43aa8e6bedff642ba584c447c03886c1f0c52aac (patch)
tree24818c9b3f5196e6c69b97b87d9a547bbbe5aa81 /src/gui/widgets/staticbrowserbox.h
parent98295d32030c620040e3e6bd912c6808174640e4 (diff)
downloadplus-43aa8e6bedff642ba584c447c03886c1f0c52aac.tar.gz
plus-43aa8e6bedff642ba584c447c03886c1f0c52aac.tar.bz2
plus-43aa8e6bedff642ba584c447c03886c1f0c52aac.tar.xz
plus-43aa8e6bedff642ba584c447c03886c1f0c52aac.zip
Remove default parameter from staticbrowserbox.
Diffstat (limited to 'src/gui/widgets/staticbrowserbox.h')
-rw-r--r--src/gui/widgets/staticbrowserbox.h2
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.