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/python/api2_2x/constant.h')
-rw-r--r--source/blender/python/api2_2x/constant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/constant.h b/source/blender/python/api2_2x/constant.h
index 0eb6eaed58b..3bb21dff28a 100644
--- a/source/blender/python/api2_2x/constant.h
+++ b/source/blender/python/api2_2x/constant.h
@@ -43,7 +43,7 @@
/*****************************************************************************/
/* Python API function prototypes for the constant module. */
/*****************************************************************************/
-PyObject *constant_New (void);
+PyObject *M_constant_New (void);
/*****************************************************************************/
/* Python C_constant structure definition: */