From 50a56f566f675b9d298060f368f4a345a7ccd741 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Dec 2019 18:16:44 +1100 Subject: Cleanup: split transform cursor drawing into their own files --- source/blender/editors/transform/transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform.h') diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h index 4b529765ab0..95506918d98 100644 --- a/source/blender/editors/transform/transform.h +++ b/source/blender/editors/transform/transform.h @@ -649,7 +649,7 @@ typedef struct TransInfo { short index; short *types[2]; /* this gets used when custom_orientation is V3D_ORIENT_CUSTOM */ - TransformOrientation *custom; + struct TransformOrientation *custom; } orientation; /** backup from view3d, to restore on end. */ short gizmo_flag; -- cgit v1.2.3