[Scummvm-cvs-logs] scummvm master -> 440cc502246bd52cd7b3e700110e4818caef4902

lordhoto lordhoto at gmail.com
Mon Jan 11 14:43:00 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
440cc50224 SHERLOCK: Remove empty destructor for WidgetFiles.


Commit: 440cc502246bd52cd7b3e700110e4818caef4902
    https://github.com/scummvm/scummvm/commit/440cc502246bd52cd7b3e700110e4818caef4902
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-01-11T14:39:23+01:00

Commit Message:
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.

Changed paths:
    engines/sherlock/tattoo/widget_files.h



diff --git a/engines/sherlock/tattoo/widget_files.h b/engines/sherlock/tattoo/widget_files.h
index 94a029d..87106f8 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






More information about the Scummvm-git-logs mailing list