diff options
author | Max Horn | 2007-04-15 19:03:25 +0000 |
---|---|---|
committer | Max Horn | 2007-04-15 19:03:25 +0000 |
commit | f8067d54e53084c9fd7ef848fd855967d0641465 (patch) | |
tree | db39c44a61351a5875a2e6d5ef1f0d6c8d8d317b /gui/dialog.h | |
parent | aecd100f93cf0d475092acefe37bff8c5d55b881 (diff) | |
download | scummvm-rg350-f8067d54e53084c9fd7ef848fd855967d0641465.tar.gz scummvm-rg350-f8067d54e53084c9fd7ef848fd855967d0641465.tar.bz2 scummvm-rg350-f8067d54e53084c9fd7ef848fd855967d0641465.zip |
Fixing some memory leaks in the GUI code
svn-id: r26515
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 7fe33fe3f4..098cf88278 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -54,7 +54,6 @@ private: public: Dialog(int x, int y, int w, int h, bool dimsInactive = true); Dialog(const Common::String &name, bool dimsInactive = true); - virtual ~Dialog(); virtual int runModal(); |