From ebd2c5fc277c8651cbcd589e634db55d7036e299 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 14 Jun 2023 16:08:46 +0200 Subject: [PATCH] Cleanup: change class to struct to avoid warnings --- source/blender/makesdna/DNA_modifier_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index 1796dc9de95..53c9c902c2c 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -12,7 +12,7 @@ #ifdef __cplusplus namespace blender::bke::sim { -class ModifierSimulationCachePtr; +struct ModifierSimulationCachePtr; } using ModifierSimulationCachePtrHandle = blender::bke::sim::ModifierSimulationCachePtr; #else