[Scummvm-git-logs] scummvm master -> 87ad9faee8a425cb36fbdfe00c272123f372d7e8
mduggan
noreply at scummvm.org
Sun Jan 12 21:49:03 UTC 2025
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:
87ad9faee8 DGDS: Add stub virtual destructor to make GCC happy
Commit: 87ad9faee8a425cb36fbdfe00c272123f372d7e8
https://github.com/scummvm/scummvm/commit/87ad9faee8a425cb36fbdfe00c272123f372d7e8
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-01-13T08:48:36+11:00
Commit Message:
DGDS: Add stub virtual destructor to make GCC happy
Changed paths:
engines/dgds/ttm.h
diff --git a/engines/dgds/ttm.h b/engines/dgds/ttm.h
index 8d7f0ba0165..1aa4b6ae930 100644
--- a/engines/dgds/ttm.h
+++ b/engines/dgds/ttm.h
@@ -118,6 +118,7 @@ struct TTMSeq {
class TTMInterpreter {
public:
TTMInterpreter(DgdsEngine *vm);
+ virtual ~TTMInterpreter() {};
bool load(const Common::String &filename, TTMEnviro &env);
void unload();
More information about the Scummvm-git-logs
mailing list