[Scummvm-git-logs] scummvm master -> 2e60cc1aac94bb2e847a8ecabbfc80f1c80a6fda
digitall
noreply at scummvm.org
Mon Jan 2 18:35:22 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:
2e60cc1aac NEVERHOOD: Fix Mismatched Tags GCC Compiler Warnings
Commit: 2e60cc1aac94bb2e847a8ecabbfc80f1c80a6fda
https://github.com/scummvm/scummvm/commit/2e60cc1aac94bb2e847a8ecabbfc80f1c80a6fda
Author: D G Turner (digitall at scummvm.org)
Date: 2023-01-02T18:35:04Z
Commit Message:
NEVERHOOD: Fix Mismatched Tags GCC Compiler Warnings
Changed paths:
engines/neverhood/resourceman.h
diff --git a/engines/neverhood/resourceman.h b/engines/neverhood/resourceman.h
index deedb2507e4..ad7c5313940 100644
--- a/engines/neverhood/resourceman.h
+++ b/engines/neverhood/resourceman.h
@@ -43,7 +43,7 @@ private:
NhcArchive *nhcArchive;
NhcArchiveEntry *nhcArchiveEntry;
- friend class ResourceHandle;
+ friend struct ResourceHandle;
friend class ResourceMan;
public:
More information about the Scummvm-git-logs
mailing list