Cleanup: change class to struct to avoid warnings

This commit is contained in:
Jacques Lucke
2023-06-14 16:08:46 +02:00
parent c2ed9c39cd
commit ebd2c5fc27

View File

@@ -12,7 +12,7 @@
#ifdef __cplusplus
namespace blender::bke::sim {
class ModifierSimulationCachePtr;
struct ModifierSimulationCachePtr;
}
using ModifierSimulationCachePtrHandle = blender::bke::sim::ModifierSimulationCachePtr;
#else