diff options
| author | Johannes Schickel | 2012-05-03 18:43:09 +0200 |
|---|---|---|
| committer | Johannes Schickel | 2012-05-03 18:43:09 +0200 |
| commit | 0c312f87531ae6ed8b3ee83a6ac9b452b09f3668 (patch) | |
| tree | d5483fe103844c918a5d6ae7d5ce4b4a2f304679 /gui | |
| parent | 18ae64ed5a7992b09b55f77c1ee0f973fac48235 (diff) | |
| download | scummvm-rg350-0c312f87531ae6ed8b3ee83a6ac9b452b09f3668.tar.gz scummvm-rg350-0c312f87531ae6ed8b3ee83a6ac9b452b09f3668.tar.bz2 scummvm-rg350-0c312f87531ae6ed8b3ee83a6ac9b452b09f3668.zip | |
GUI: Remove unecessary ";".
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/dialog.h | 2 |
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(); |
