diff options
author | Johannes Schickel | 2016-01-11 14:39:23 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-01-11 14:39:23 +0100 |
commit | 440cc502246bd52cd7b3e700110e4818caef4902 (patch) | |
tree | dbf76692ef1bf4c0a8dd032c59c9f8bee248dda0 /engines | |
parent | 299a96c049c6e92d949a6213f4444c2892df539f (diff) | |
download | scummvm-rg350-440cc502246bd52cd7b3e700110e4818caef4902.tar.gz scummvm-rg350-440cc502246bd52cd7b3e700110e4818caef4902.tar.bz2 scummvm-rg350-440cc502246bd52cd7b3e700110e4818caef4902.zip |
SHERLOCK: Remove empty destructor for WidgetFiles.
WidgetBase already has a virtual destructor, thus there is no need to make
WidgetFiles have an empty virtual destructor around. This also prevents g++
for Dreamcast from failing due to an internal compiler error.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/tattoo/widget_files.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_files.h b/engines/sherlock/tattoo/widget_files.h index 94a029d18d..87106f8edb 100644 --- a/engines/sherlock/tattoo/widget_files.h +++ b/engines/sherlock/tattoo/widget_files.h @@ -67,7 +67,6 @@ private: virtual Common::Rect getScrollBarBounds() const; public: WidgetFiles(SherlockEngine *vm, const Common::String &target); - virtual ~WidgetFiles() {} /** * Prompt the user whether to quit |