[Scummvm-git-logs] scummvm master -> 24e1e77b8d1cf67cd1d73567085c71b7e9ea99ec
digitall
noreply at scummvm.org
Tue Oct 17 10:34:08 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:
24e1e77b8d SCUMM: Fix Mismatched Declaration GCC Compiler Warnings
Commit: 24e1e77b8d1cf67cd1d73567085c71b7e9ea99ec
https://github.com/scummvm/scummvm/commit/24e1e77b8d1cf67cd1d73567085c71b7e9ea99ec
Author: D G Turner (digitall at scummvm.org)
Date: 2023-10-17T11:33:43+01:00
Commit Message:
SCUMM: Fix Mismatched Declaration GCC Compiler Warnings
Changed paths:
engines/scumm/gfx_mac.h
diff --git a/engines/scumm/gfx_mac.h b/engines/scumm/gfx_mac.h
index 5ab6d3dd52c..a2037381276 100644
--- a/engines/scumm/gfx_mac.h
+++ b/engines/scumm/gfx_mac.h
@@ -25,7 +25,7 @@
class OSystem;
namespace Graphics {
-class Surface;
+struct Surface;
class Font;
}
More information about the Scummvm-git-logs
mailing list