From 07abefc34abc3731f5eb63a7616231827b11e271 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Dec 2017 04:18:25 +0300 Subject: Remove default parameters from browserbox. --- src/gui/widgets/browserbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/browserbox.h') 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. -- cgit v1.2.3-60-g2f50