summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-13 08:24:22 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-13 08:24:22 +0000
commit4c0e989adaabc094487180c440ec926c2d1bb567 (patch)
tree370e87e7036c51656bb457ec8b15681c0e9a3848 /src/ui/widget/spinbutton.h
parentFix step value (diff)
downloadinkscape-4c0e989adaabc094487180c440ec926c2d1bb567.tar.gz
inkscape-4c0e989adaabc094487180c440ec926c2d1bb567.zip
Fix CI problem
Diffstat (limited to 'src/ui/widget/spinbutton.h')
-rw-r--r--src/ui/widget/spinbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/spinbutton.h b/src/ui/widget/spinbutton.h
index b32b8b9cc..83015fb4a 100644
--- a/src/ui/widget/spinbutton.h
+++ b/src/ui/widget/spinbutton.h
@@ -84,7 +84,7 @@ protected:
* @retval false continue with default handler.
* @retval true don't call default handler.
*/
- bool on_scroll_event(GdkEventScroll* event);
+ bool on_scroll_event(GdkEventScroll* event) override;
/**
* Handle specific keypress events, like Ctrl+Z.
*