1
1

Cleanup: Fix compiler warnings

Use consistent class/struct declaration in forward declarations.

Differential Revision: https://developer.blender.org/D15382
This commit is contained in:
Loren Osborn
2022-07-06 00:06:16 -05:00
committed by Hans Goudey
parent faac25fefe
commit 1f0048cc2d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#include "BLI_index_mask.hh"
struct Curves;
struct CurveComponent;
class CurveComponent;
namespace blender::bke {
class CurvesGeometry;

View File

@@ -7,7 +7,7 @@
#include "BKE_curves.hh"
struct CurveComponent;
class CurveComponent;
namespace blender::geometry {