Skip to content

Commit

Permalink
Fix syntax and autodoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Nov 30, 2017
1 parent 9a097d7 commit c32f8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/widgets/slider_base.hpp
Expand Up @@ -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);
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit c32f8ef

Please sign in to comment.