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/ContextFunctions.h')
-rw-r--r--source/blender/freestyle/intern/stroke/ContextFunctions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/ContextFunctions.h b/source/blender/freestyle/intern/stroke/ContextFunctions.h
index 453329e83a8..5c0b88fd412 100644
--- a/source/blender/freestyle/intern/stroke/ContextFunctions.h
+++ b/source/blender/freestyle/intern/stroke/ContextFunctions.h
@@ -34,6 +34,8 @@
#include "../image/GaussianFilter.h"
#include "../image/Image.h"
+namespace Freestyle {
+
//
// Context Functions definitions
//
@@ -110,4 +112,6 @@ FEdge *GetSelectedFEdgeCF();
} // end of namespace ContextFunctions
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_CONTEXT_FUNCTIONS_H__