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:
authorRohan Rathi <rohanrathi08@gmail.com>2018-06-05 20:51:08 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-06-05 20:51:08 +0300
commit18a8bb5c16f9a14dafbdcbec328c334416541425 (patch)
tree669ced6f6e6752fe0fc38932485edea2ae2d70d0 /source/blender/editors/transform/transform.h
parent2903146826a3e88bb9f001c7ce6678057fb7b1f3 (diff)
Fix compilation error due to different params
in freeCustomNormalArray declaration and definition
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 3718f1be9a8..62356cd4ba6 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -875,7 +875,7 @@ bool applyTransformOrientation(const struct TransformOrientation *ts, float r_ma
int getTransformOrientation_ex(const struct bContext *C, float normal[3], float plane[3], const short around);
int getTransformOrientation(const struct bContext *C, float normal[3], float plane[3]);
-void freeCustomNormalArray(TransInfo *t, TransCustomData *custom_data);
+void freeCustomNormalArray(TransInfo *t, TransDataContainer *tc, TransCustomData *custom_data);
void freeEdgeSlideTempFaces(EdgeSlideData *sld);
void freeEdgeSlideVerts(TransInfo *t, TransDataContainer *tc, TransCustomData *custom_data);