diff options
author | Eugene Sandulenko | 2013-09-30 10:07:58 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-30 14:36:59 +0300 |
commit | 054ef1f1cd80540236f5b3d3a45ad8d058c02086 (patch) | |
tree | d4567d615d2e6779f6f5e1156aeb2d81ebdcada4 /gui/recorderdialog.h | |
parent | 246edc82e6f5fb394df40aa2a2060aa7f168ae11 (diff) | |
download | scummvm-rg350-054ef1f1cd80540236f5b3d3a45ad8d058c02086.tar.gz scummvm-rg350-054ef1f1cd80540236f5b3d3a45ad8d058c02086.tar.bz2 scummvm-rg350-054ef1f1cd80540236f5b3d3a45ad8d058c02086.zip |
GUI: Fix compiler warning
Diffstat (limited to 'gui/recorderdialog.h')
-rw-r--r-- | gui/recorderdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/recorderdialog.h b/gui/recorderdialog.h index eb690a4f38..9c5965f56d 100644 --- a/gui/recorderdialog.h +++ b/gui/recorderdialog.h @@ -34,6 +34,8 @@ class ContainerWidget; class StaticTextWidget; class RecorderDialog : public GUI::Dialog { + using GUI::Dialog::runModal; + private: bool _firstScreenshotUpdate; Common::PlaybackFile _playbackFile; |