diff --git a/src/gui/widgets/slider_base.hpp b/src/gui/widgets/slider_base.hpp index 79088488ab982..2200353ca92be 100644 --- a/src/gui/widgets/slider_base.hpp +++ b/src/gui/widgets/slider_base.hpp @@ -186,7 +186,7 @@ class slider_base : public styled_widget { } - virtual int jump_size() const { return 1; }; + virtual int jump_size() const { return 1; } private: void set_state(const state_t state); @@ -316,7 +316,7 @@ class slider_base : public styled_widget /** * Moves the positioner. * - * @param distance The new offset in pixels of the positioner; + * @param offset The new offset in pixels of the positioner; */ void move_positioner(int offset);