diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-03 18:27:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-03 18:27:38 +0300 |
commit | 7004d2a474babb208c9f987c0e5c3b774b088513 (patch) | |
tree | 2e6209f0b94421cb233d8688574760671b1bbc16 /src/gui/widgets/extendedlistbox.h | |
parent | 9df0183f9a45d92a6be9e3ef9c7641b903134ba3 (diff) | |
download | ManaVerse-7004d2a474babb208c9f987c0e5c3b774b088513.tar.gz ManaVerse-7004d2a474babb208c9f987c0e5c3b774b088513.tar.bz2 ManaVerse-7004d2a474babb208c9f987c0e5c3b774b088513.tar.xz ManaVerse-7004d2a474babb208c9f987c0e5c3b774b088513.zip |
improve extendedlistbox
Diffstat (limited to 'src/gui/widgets/extendedlistbox.h')
-rw-r--r-- | src/gui/widgets/extendedlistbox.h | 2 |
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) |