summaryrefslogtreecommitdiff
path: root/dggui/progressbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/progressbar.cc')
-rw-r--r--dggui/progressbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dggui/progressbar.cc b/dggui/progressbar.cc
index 1f833f9..c9e21e8 100644
--- a/dggui/progressbar.cc
+++ b/dggui/progressbar.cc
@@ -65,7 +65,7 @@ void ProgressBar::setValue(std::size_t value)
}
}
-void ProgressBar::repaintEvent(RepaintEvent* repaintEvent)
+void ProgressBar::repaintEvent(const RepaintEvent& repaintEvent)
{
Painter p(*this);