[Scummvm-git-logs] scummvm master -> 6138b3e8543897b8564fdd47d66bd328b134466e

sev- sev at scummvm.org
Wed Jun 10 13:45:58 UTC 2020


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:
6138b3e854 DIRECTOR: Add override keyword


Commit: 6138b3e8543897b8564fdd47d66bd328b134466e
    https://github.com/scummvm/scummvm/commit/6138b3e8543897b8564fdd47d66bd328b134466e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-06-10T15:45:41+02:00

Commit Message:
DIRECTOR: Add override keyword

Changed paths:
    engines/director/cast.h


diff --git a/engines/director/cast.h b/engines/director/cast.h
index bbc2e576cd..eacd588979 100644
--- a/engines/director/cast.h
+++ b/engines/director/cast.h
@@ -118,7 +118,7 @@ public:
 	TextCast(Common::ReadStreamEndian &stream, uint16 version, int32 bgcolor, bool asButton = false);
 
 	void setText(const char *text);
-	virtual void createWidget();
+	virtual void createWidget() override;
 
 	virtual bool isModified() override;
 	virtual bool isEditable() override;




More information about the Scummvm-git-logs mailing list