Remove unneeded semicolon
This commit is contained in:
parent
a324534a6a
commit
6a92a0fdcd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
};
|
||||
|
||||
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 };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue