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

digitall noreply at scummvm.org
Fri Dec 29 02:24:46 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:
6ff49a0c86 NANCY: Fix Mismatched Class vs. Struct GCC Compiler Warning


Commit: 6ff49a0c86f0b2b2c6f6cf265a63e9166a5502c9
    https://github.com/scummvm/scummvm/commit/6ff49a0c86f0b2b2c6f6cf265a63e9166a5502c9
Author: D G Turner (digitall at scummvm.org)
Date: 2023-12-29T02:24:10Z

Commit Message:
NANCY: Fix Mismatched Class vs. Struct GCC Compiler Warning

Changed paths:
    engines/nancy/action/puzzle/assemblypuzzle.h


diff --git a/engines/nancy/action/puzzle/assemblypuzzle.h b/engines/nancy/action/puzzle/assemblypuzzle.h
index 162e47fb7f0..db16ebcc643 100644
--- a/engines/nancy/action/puzzle/assemblypuzzle.h
+++ b/engines/nancy/action/puzzle/assemblypuzzle.h
@@ -27,7 +27,7 @@
 
 namespace Nancy {
 
-class AssemblyPuzzleData;
+struct AssemblyPuzzleData;
 
 namespace Action {
 




More information about the Scummvm-git-logs mailing list