Cleanup: Fix forward declaring class with "struct"
This commit is contained in:
@@ -40,7 +40,7 @@ struct Object;
|
||||
struct PointCloud;
|
||||
struct Volume;
|
||||
struct Curve;
|
||||
class CurveEval;
|
||||
struct CurveEval;
|
||||
|
||||
enum class GeometryOwnershipType {
|
||||
/* The geometry is owned. This implies that it can be changed. */
|
||||
|
Reference in New Issue
Block a user