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/Predicates0D.h')
-rw-r--r--source/blender/freestyle/intern/stroke/Predicates0D.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Predicates0D.h b/source/blender/freestyle/intern/stroke/Predicates0D.h
index 818b4d99716..6a24740f386 100644
--- a/source/blender/freestyle/intern/stroke/Predicates0D.h
+++ b/source/blender/freestyle/intern/stroke/Predicates0D.h
@@ -33,6 +33,8 @@
#include "../view_map/Functions0D.h"
+namespace Freestyle {
+
//
// UnaryPredicate0D (base class for predicates in 0D)
//
@@ -176,4 +178,6 @@ public:
} // end of namespace Predicates0D
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_PREDICATES_0D_H__