Skip to content

Commit

Permalink
Remove unneeded semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Nov 30, 2017
1 parent 9e094b7 commit 18d1984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/button.hpp
Expand Up @@ -31,7 +31,7 @@ class button : public widget
};

enum TYPE { TYPE_PRESS, TYPE_CHECK, TYPE_TURBO, TYPE_IMAGE, TYPE_RADIO };
TYPE get_type() const { return type_; };
TYPE get_type() const { return type_; }

enum SPACE_CONSUMPTION { DEFAULT_SPACE, MINIMUM_SPACE };

Expand Down

0 comments on commit 18d1984

Please sign in to comment.