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/freestyle/intern/python/BPy_ContextFunctions.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_ContextFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_ContextFunctions.h b/source/blender/freestyle/intern/python/BPy_ContextFunctions.h
index b02145c455a..5ec70f1a261 100644
--- a/source/blender/freestyle/intern/python/BPy_ContextFunctions.h
+++ b/source/blender/freestyle/intern/python/BPy_ContextFunctions.h
@@ -9,7 +9,7 @@ extern "C" {
/*---------------------------Python BPy_ContextFunctions visible prototypes-----------*/
-PyMODINIT_FUNC ContextFunctions_Init( PyObject *module );
+int ContextFunctions_Init( PyObject *module );
#ifdef __cplusplus
}