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/src/transform_generics.h')
-rwxr-xr-xsource/blender/src/transform_generics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/transform_generics.h b/source/blender/src/transform_generics.h
index d4e720850d8..a957bc3b059 100755
--- a/source/blender/src/transform_generics.h
+++ b/source/blender/src/transform_generics.h
@@ -60,7 +60,7 @@ void calculatePropRatio(TransInfo *t);
void snapGrid(TransInfo *t, float *val);
-TransInfo * BIF_GetTransInfo();
+TransInfo * BIF_GetTransInfo(void);
#endif