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/ViewMap.cpp')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMap.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMap.cpp b/source/blender/freestyle/intern/view_map/ViewMap.cpp
index 44a26501e21..102581bf70f 100644
--- a/source/blender/freestyle/intern/view_map/ViewMap.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMap.cpp
@@ -33,6 +33,8 @@
#include "../geometry/GeomUtils.h"
+namespace Freestyle {
+
/**********************************/
/* */
/* */
@@ -745,3 +747,5 @@ void ViewEdge::UpdateFEdges()
// last one
_FEdgeB->setViewEdge(this);
}
+
+} /* namespace Freestyle */