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/FreestyleConfig.h')
-rw-r--r--source/blender/freestyle/intern/system/FreestyleConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/FreestyleConfig.h b/source/blender/freestyle/intern/system/FreestyleConfig.h
index 7759645b718..42f9833836d 100644
--- a/source/blender/freestyle/intern/system/FreestyleConfig.h
+++ b/source/blender/freestyle/intern/system/FreestyleConfig.h
@@ -34,6 +34,8 @@
using namespace std;
+namespace Freestyle {
+
namespace Config {
// Directory separators
@@ -86,4 +88,6 @@ namespace Config {
} // end of namespace Config
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_CONFIG_H__