diff options
Diffstat (limited to 'src/gui/widgets/slider.h')
-rw-r--r-- | src/gui/widgets/slider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/slider.h b/src/gui/widgets/slider.h index 7ef121346..95d23f83e 100644 --- a/src/gui/widgets/slider.h +++ b/src/gui/widgets/slider.h @@ -64,7 +64,7 @@ class Slider : public gcn::Slider /** * Draws the marker. */ - void drawMarker(gcn::Graphics *const graphics); + void drawMarker(gcn::Graphics *const graphics) const; /** * Called when the mouse enteres the widget area. |