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.cpp')
-rw-r--r--source/blender/freestyle/intern/system/PythonInterpreter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/PythonInterpreter.cpp b/source/blender/freestyle/intern/system/PythonInterpreter.cpp
index 7d2d99a6451..9e7ef39a0e4 100644
--- a/source/blender/freestyle/intern/system/PythonInterpreter.cpp
+++ b/source/blender/freestyle/intern/system/PythonInterpreter.cpp
@@ -27,5 +27,9 @@
#include "PythonInterpreter.h"
+namespace Freestyle {
+
string PythonInterpreter::_path = "";
bool PythonInterpreter::_initialized = false;
+
+} /* namespace Freestyle */