summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-03 18:27:38 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-03 18:27:38 +0300
commit7004d2a474babb208c9f987c0e5c3b774b088513 (patch)
tree2e6209f0b94421cb233d8688574760671b1bbc16 /src/gui/widgets/extendedlistbox.h
parent9df0183f9a45d92a6be9e3ef9c7641b903134ba3 (diff)
downloadplus-7004d2a474babb208c9f987c0e5c3b774b088513.tar.gz
plus-7004d2a474babb208c9f987c0e5c3b774b088513.tar.bz2
plus-7004d2a474babb208c9f987c0e5c3b774b088513.tar.xz
plus-7004d2a474babb208c9f987c0e5c3b774b088513.zip
improve 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 1ac942a54..9d3394dd4 100644
--- a/src/gui/widgets/extendedlistbox.h
+++ b/src/gui/widgets/extendedlistbox.h
@@ -32,7 +32,7 @@ class ExtendedListBox final : public ListBox
ExtendedListBox(const Widget2 *const widget,
gcn::ListModel *const listModel,
const std::string &skin,
- int rowHeight = 13);
+ const int rowHeight = 13);
A_DELETE_COPY(ExtendedListBox)