[Scummvm-git-logs] scummvm master -> 6ff0b14da52ae369705cb777469ec0bdf378f860

whoozle noreply at scummvm.org
Tue Feb 10 00:22:14 UTC 2026


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

Summary:
6ff0b14da5 PHOENIXVR: add empty dtor instead of = default


Commit: 6ff0b14da52ae369705cb777469ec0bdf378f860
    https://github.com/scummvm/scummvm/commit/6ff0b14da52ae369705cb777469ec0bdf378f860
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-02-10T00:21:37Z

Commit Message:
PHOENIXVR: add empty dtor instead of = default

Changed paths:
    engines/phoenixvr/script.h


diff --git a/engines/phoenixvr/script.h b/engines/phoenixvr/script.h
index 7c23791316a..b644365ef9b 100644
--- a/engines/phoenixvr/script.h
+++ b/engines/phoenixvr/script.h
@@ -53,7 +53,7 @@ public:
 		const Scope *scope = nullptr;
 	};
 	struct Command {
-		virtual ~Command() = default;
+		virtual ~Command() {}
 		virtual void exec(ExecutionContext &ctx) const = 0;
 	};
 	using CommandPtr = Common::SharedPtr<Command>;




More information about the Scummvm-git-logs mailing list