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/StrokeAdvancedIterators.h')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h b/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
index 9dfcc191c44..eb6b0a70c28 100644
--- a/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
+++ b/source/blender/freestyle/intern/stroke/StrokeAdvancedIterators.h
@@ -31,6 +31,8 @@
#include "Stroke.h"
+namespace Freestyle {
+
namespace StrokeInternal {
class vertex_const_traits : public Const_traits<StrokeVertex*>
@@ -181,4 +183,6 @@ public:
} // end of namespace StrokeInternal
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_STROKE_ADVANCED_ITERATORS_H__