Cleanup: Fix forward declaring class with "struct"

This commit is contained in:
Hans Goudey 2021-05-27 11:00:00 -04:00
parent a3edf4a381
commit 24b2482ad9
1 changed files with 1 additions and 1 deletions

View File

@ -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. */