summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorPieter-Jan Briers <pieterjan.briers@gmail.com>2026-02-23 20:13:00 +0100
committerGitHub <noreply@github.com>2026-02-23 11:13:00 -0800
commit59fd9f387a96f7b5975b867a50582d45f730a445 (patch)
treec1ca8f811cd1cdbd6496c2bf12d7e6292977998e /include/JSystem/J3DGraphBase
parent73debfd6b94196c54cd120ee5b0610204cea137c (diff)
Fix incorrect forward declare keywords (#3107)
Mixups of class/struct keyword in forward declares. Doesn't seem to matter on MWCC, but causes name mangling mismatching on modern platforms.
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DShape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DShape.h b/include/JSystem/J3DGraphBase/J3DShape.h
index ed26d73694..9380c39328 100644
--- a/include/JSystem/J3DGraphBase/J3DShape.h
+++ b/include/JSystem/J3DGraphBase/J3DShape.h
@@ -100,7 +100,7 @@ protected:
class J3DMaterial;
class J3DVertexData;
-class J3DDrawMtxData;
+struct J3DDrawMtxData;
enum J3DShpFlag {
J3DShpFlag_Visible = 0x0001,