From 440cc502246bd52cd7b3e700110e4818caef4902 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 11 Jan 2016 14:39:23 +0100 Subject: 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. --- engines/sherlock/tattoo/widget_files.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sherlock/tattoo') 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 -- cgit v1.2.3