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/Stroke.cpp')
-rw-r--r--source/blender/freestyle/intern/stroke/Stroke.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Stroke.cpp b/source/blender/freestyle/intern/stroke/Stroke.cpp
index aae131e8da8..a0b75241066 100644
--- a/source/blender/freestyle/intern/stroke/Stroke.cpp
+++ b/source/blender/freestyle/intern/stroke/Stroke.cpp
@@ -32,6 +32,8 @@
#include "BKE_global.h"
+namespace Freestyle {
+
/**********************************/
/* */
/* */
@@ -945,3 +947,5 @@ real Stroke::local_average_density(float sigma , int iCombination ) const
return density_edge_function<Stroke>(*this, iCombination);
}
#endif
+
+} /* namespace Freestyle */