[Scummvm-git-logs] scummvm master -> 3e65ba47d8adb2b0003dcefccd2ce115540a8318

mgerhardy martin.gerhardy at gmail.com
Mon Nov 23 21:30:10 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:
3e65ba47d8 AMIGAOS: fixed compilation


Commit: 3e65ba47d8adb2b0003dcefccd2ce115540a8318
    https://github.com/scummvm/scummvm/commit/3e65ba47d8adb2b0003dcefccd2ce115540a8318
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2020-11-23T22:28:51+01:00

Commit Message:
AMIGAOS: fixed compilation

Changed paths:
    backends/platform/sdl/amigaos/amigaos.h


diff --git a/backends/platform/sdl/amigaos/amigaos.h b/backends/platform/sdl/amigaos/amigaos.h
index 76cc656364..1fc294d124 100644
--- a/backends/platform/sdl/amigaos/amigaos.h
+++ b/backends/platform/sdl/amigaos/amigaos.h
@@ -30,7 +30,9 @@ public:
 	OSystem_AmigaOS() {}
 	virtual ~OSystem_AmigaOS() {}
 
-	virtual void init();
+	bool hasFeature(Feature f) override;
+
+	void init() override;
 };
 
 #endif




More information about the Scummvm-git-logs mailing list