Removed unnecessary semi-colons.
svn-id: r17418
This commit is contained in:
parent
8efb9961d6
commit
d0615eb956
4 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ public:
|
|||
void draw();
|
||||
void receivedFocus() { _hasFocus = true; receivedFocusWidget(); }
|
||||
void lostFocus() { _hasFocus = false; lostFocusWidget(); }
|
||||
virtual bool wantsFocus() { return false; };
|
||||
virtual bool wantsFocus() { return false; }
|
||||
|
||||
void setFlags(int flags) { _flags |= flags; }
|
||||
void clearFlags(int flags) { _flags &= ~flags; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue