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/editors/gpencil/gpencil_intern.h')
-rw-r--r--source/blender/editors/gpencil/gpencil_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index c1ebf72dd55..601780ea651 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -361,7 +361,7 @@ void gpencil_stroke_convertcoords_tpoint(struct Scene *scene,
struct Object *ob,
const struct tGPspoint *point2D,
float *depth,
- float out[3]);
+ float r_out[3]);
/* Poll Callbacks ------------------------------------ */
/* gpencil_utils.c */