aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2012-05-03 18:43:09 +0200
committerJohannes Schickel2012-05-03 18:43:09 +0200
commit0c312f87531ae6ed8b3ee83a6ac9b452b09f3668 (patch)
treed5483fe103844c918a5d6ae7d5ce4b4a2f304679
parent18ae64ed5a7992b09b55f77c1ee0f973fac48235 (diff)
downloadscummvm-rg350-0c312f87531ae6ed8b3ee83a6ac9b452b09f3668.tar.gz
scummvm-rg350-0c312f87531ae6ed8b3ee83a6ac9b452b09f3668.tar.bz2
scummvm-rg350-0c312f87531ae6ed8b3ee83a6ac9b452b09f3668.zip
GUI: Remove unecessary ";".
-rw-r--r--gui/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index f923c1f5b8..1773c6633e 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -78,7 +78,7 @@ public:
virtual void reflowLayout();
virtual void lostFocus();
- virtual void receivedFocus() {};
+ virtual void receivedFocus() {}
protected:
virtual void open();