Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index 33a12592aa8..556e467c4b6 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -19,7 +19,7 @@ extern "C" {
#define MAXTEXTBOX 256 /* used in readfile.c and editfont.c */
struct AnimData;
-struct CurveEval;
+struct Curves;
struct CurveProfile;
struct EditFont;
struct GHash;
@@ -291,7 +291,7 @@ typedef struct Curve {
* since it also contains the result of geometry nodes evaluation, and isn't just a copy of the
* original object data.
*/
- struct CurveEval *curve_eval;
+ const struct Curves *curve_eval;
void *batch_cache;
} Curve;