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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-25 16:55:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-25 16:55:14 +0400
commit71d1b09708f742ee084c498ae031a1c7da6d6328 (patch)
treeac303322eeec8dde4723658a72a96e4c6b996ba0 /source/blender/python/mathutils/mathutils_Euler.h
parent179ac9ebc0c47ca0f0f068a6258ec16ed787db4b (diff)
minor code cleanup
Diffstat (limited to 'source/blender/python/mathutils/mathutils_Euler.h')
-rw-r--r--source/blender/python/mathutils/mathutils_Euler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/mathutils/mathutils_Euler.h b/source/blender/python/mathutils/mathutils_Euler.h
index bcbc6c60ca7..e04d45e4630 100644
--- a/source/blender/python/mathutils/mathutils_Euler.h
+++ b/source/blender/python/mathutils/mathutils_Euler.h
@@ -48,8 +48,8 @@ typedef struct {
* blender (stored in blend_data). This is an either/or struct not both */
//prototypes
-PyObject *Euler_CreatePyObject(float *eul, short order, int type, PyTypeObject *base_type);
-PyObject *Euler_CreatePyObject_cb(PyObject *cb_user, short order,
+PyObject *Euler_CreatePyObject(float *eul, const short order, int type, PyTypeObject *base_type);
+PyObject *Euler_CreatePyObject_cb(PyObject *cb_user, const short order,
unsigned char cb_type, unsigned char cb_subtype);
short euler_order_from_string(const char *str, const char *error_prefix);