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/stroke/ChainingIterators.h')
-rw-r--r--source/blender/freestyle/intern/stroke/ChainingIterators.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/ChainingIterators.h b/source/blender/freestyle/intern/stroke/ChainingIterators.h
index 54557bf4e29..8d01cea84e7 100644
--- a/source/blender/freestyle/intern/stroke/ChainingIterators.h
+++ b/source/blender/freestyle/intern/stroke/ChainingIterators.h
@@ -42,6 +42,8 @@
//using namespace ViewEdgeInternal;
+namespace Freestyle {
+
//
// Adjacency iterator used in the chaining process
//
@@ -397,4 +399,6 @@ public:
}
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_CHAINING_ITERATORS_H__