Cleanup: change class to struct to avoid warnings
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace blender::bke::sim {
|
||||
class ModifierSimulationCachePtr;
|
||||
struct ModifierSimulationCachePtr;
|
||||
}
|
||||
using ModifierSimulationCachePtrHandle = blender::bke::sim::ModifierSimulationCachePtr;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user