summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-10 19:14:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-10 19:14:48 +0300
commite8f099cace1d77dd9ff12b4231871c6e122a739d (patch)
treea873108303b514b2e67191e5f04d51e3c3a53f69 /src/gui/widgets/listbox.h
parent768a7e7499a95bb3ce14600e8050bcbbaaeed31f (diff)
downloadplus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.gz
plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.bz2
plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.tar.xz
plus-e8f099cace1d77dd9ff12b4231871c6e122a739d.zip
fix code style.
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r--src/gui/widgets/listbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h
index 865a67216..fa5906077 100644
--- a/src/gui/widgets/listbox.h
+++ b/src/gui/widgets/listbox.h
@@ -77,7 +77,7 @@ class ListBox : public gcn::ListBox,
void mouseReleased(gcn::MouseEvent &event) override;
- void mouseReleased1(gcn::MouseEvent &event);
+ void mouseReleased1(const gcn::MouseEvent &event);
void mouseDragged(gcn::MouseEvent &event) override;