diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-13 08:24:22 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-13 08:24:22 +0000 |
| commit | 4c0e989adaabc094487180c440ec926c2d1bb567 (patch) | |
| tree | 370e87e7036c51656bb457ec8b15681c0e9a3848 /src/ui/widget/spinbutton.h | |
| parent | Fix step value (diff) | |
| download | inkscape-4c0e989adaabc094487180c440ec926c2d1bb567.tar.gz inkscape-4c0e989adaabc094487180c440ec926c2d1bb567.zip | |
Fix CI problem
Diffstat (limited to 'src/ui/widget/spinbutton.h')
| -rw-r--r-- | src/ui/widget/spinbutton.h | 2 |
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. * |
