[Scummvm-git-logs] scummvm master -> 3559474ccc772be4a330f6274ace9a5e24740c50
sev-
noreply at scummvm.org
Mon Jul 13 18:35:27 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3559474ccc GRAPHICS: Fix warning
Commit: 3559474ccc772be4a330f6274ace9a5e24740c50
https://github.com/scummvm/scummvm/commit/3559474ccc772be4a330f6274ace9a5e24740c50
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-13T20:34:57+02:00
Commit Message:
GRAPHICS: Fix warning
Changed paths:
graphics/hotspot_renderer.h
diff --git a/graphics/hotspot_renderer.h b/graphics/hotspot_renderer.h
index c64dfddbe03..3dbacb97aa4 100644
--- a/graphics/hotspot_renderer.h
+++ b/graphics/hotspot_renderer.h
@@ -29,7 +29,7 @@
namespace Graphics {
class Font;
-class Surface;
+struct Surface;
struct PixelFormat;
/**
More information about the Scummvm-git-logs
mailing list