Skip to content

Commit

Permalink
GUI: Remove unecessary ";".
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed May 3, 2012
1 parent 18ae64e commit 0c312f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/dialog.h
Expand Up @@ -78,7 +78,7 @@ class Dialog : public GuiObject {

virtual void reflowLayout();
virtual void lostFocus();
virtual void receivedFocus() {};
virtual void receivedFocus() {}

protected:
virtual void open();
Expand Down

0 comments on commit 0c312f8

Please sign in to comment.