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_ViewMap.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_ViewMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_ViewMap.h b/source/blender/freestyle/intern/python/BPy_ViewMap.h
index f76f09a4c75..f1966e5c71e 100644
--- a/source/blender/freestyle/intern/python/BPy_ViewMap.h
+++ b/source/blender/freestyle/intern/python/BPy_ViewMap.h
@@ -23,7 +23,7 @@ typedef struct {
/*---------------------------Python BPy_ViewMap visible prototypes-----------*/
-PyMODINIT_FUNC ViewMap_Init( PyObject *module );
+int ViewMap_Init( PyObject *module );
///////////////////////////////////////////////////////////////////////////////////////////