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/view_map/ViewMapIO.cpp')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIO.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
index 8ca16ddd152..5df3e4e0d8f 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
@@ -52,6 +52,8 @@
(ptr) = NULL; \
} (void)0
+namespace Freestyle {
+
namespace ViewMapIO {
namespace Internal {
@@ -1249,3 +1251,5 @@ string getModelsPath()
} // End of namepace Options
} // End of namespace ViewMapIO
+
+} /* namespace Freestyle */