summaryrefslogtreecommitdiff
path: root/dggui/listbox.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-01-08 12:43:07 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2022-01-22 23:15:29 +0100
commit414606b64aa6c6cf3209861b81a92a6af873937f (patch)
tree408992e785dde59748aa2f94bd8666f190575567 /dggui/listbox.cc
parent235ad6fbbce2e0ae9e06db960a5ba3b099936ace (diff)
Make UI events const refs and celan up redundant use of virtual with override.event_cleanup
Diffstat (limited to 'dggui/listbox.cc')
-rw-r--r--dggui/listbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dggui/listbox.cc b/dggui/listbox.cc
index 4513895..3f29527 100644
--- a/dggui/listbox.cc
+++ b/dggui/listbox.cc
@@ -81,7 +81,7 @@ void ListBox::clearSelectedValue()
basic.clearSelectedValue();
}
-void ListBox::repaintEvent(RepaintEvent* repaintEvent)
+void ListBox::repaintEvent(const RepaintEvent& repaintEvent)
{
Painter p(*this);