summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-23 23:32:36 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-23 23:32:36 +0300
commit56521cb9236ac7e967117cb967c371c1ae836061 (patch)
treecb12fba676bf6a437b12644aca25c81c1c6ea451 /src/gui/widgets/extendedlistbox.h
parentbe1719093f07d2545a0d6bfe5710e1fc0b93b2f0 (diff)
downloadplus-56521cb9236ac7e967117cb967c371c1ae836061.tar.gz
plus-56521cb9236ac7e967117cb967c371c1ae836061.tar.bz2
plus-56521cb9236ac7e967117cb967c371c1ae836061.tar.xz
plus-56521cb9236ac7e967117cb967c371c1ae836061.zip
Remove default parameters from extendedlistbox.
Diffstat (limited to 'src/gui/widgets/extendedlistbox.h')
-rw-r--r--src/gui/widgets/extendedlistbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/extendedlistbox.h b/src/gui/widgets/extendedlistbox.h
index 6d97ee6d3..b1401ac86 100644
--- a/src/gui/widgets/extendedlistbox.h
+++ b/src/gui/widgets/extendedlistbox.h
@@ -33,7 +33,7 @@ class ExtendedListBox final : public ListBox
ExtendedListBox(const Widget2 *const widget,
ListModel *const listModel,
const std::string &skin,
- const unsigned int rowHeight = 13);
+ const unsigned int rowHeight);
A_DELETE_COPY(ExtendedListBox)