[Scummvm-git-logs] scummvm master -> 09ddf4fc7ff11eb268f14d2c2d45ca99ef01db20
digitall
noreply at scummvm.org
Mon Aug 7 01:27:34 UTC 2023
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:
09ddf4fc7f NANCY: Fix GCC Compiler Warning from Mismatched Class vs. Struct Usage
Commit: 09ddf4fc7ff11eb268f14d2c2d45ca99ef01db20
https://github.com/scummvm/scummvm/commit/09ddf4fc7ff11eb268f14d2c2d45ca99ef01db20
Author: D G Turner (digitall at scummvm.org)
Date: 2023-08-07T02:26:58+01:00
Commit Message:
NANCY: Fix GCC Compiler Warning from Mismatched Class vs. Struct Usage
Changed paths:
engines/nancy/action/raycastpuzzle.h
diff --git a/engines/nancy/action/raycastpuzzle.h b/engines/nancy/action/raycastpuzzle.h
index 76781d960d9..fdc4a15f250 100644
--- a/engines/nancy/action/raycastpuzzle.h
+++ b/engines/nancy/action/raycastpuzzle.h
@@ -26,7 +26,7 @@
namespace Nancy {
-class RCPR;
+struct RCPR;
namespace Action {
More information about the Scummvm-git-logs
mailing list