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/system/PythonInterpreter.h')
-rw-r--r--source/blender/freestyle/intern/system/PythonInterpreter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/system/PythonInterpreter.h b/source/blender/freestyle/intern/system/PythonInterpreter.h
index 2ceec4c2aa5..c54546b3ddd 100644
--- a/source/blender/freestyle/intern/system/PythonInterpreter.h
+++ b/source/blender/freestyle/intern/system/PythonInterpreter.h
@@ -36,7 +36,6 @@
//soc
extern "C" {
-
#include "MEM_guardedalloc.h"
#include "DNA_text_types.h"
@@ -49,9 +48,10 @@ extern "C" {
#include "BKE_text.h"
#include "BPY_extern.h"
-
}
+namespace Freestyle {
+
class LIB_SYSTEM_EXPORT PythonInterpreter : public Interpreter
{
public:
@@ -188,4 +188,6 @@ private:
static string _path;
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_PYTHON_INTERPRETER_H__