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/StrokeLayer.cpp')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeLayer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeLayer.cpp b/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
index a0bd81775db..67552d6ebf2 100644
--- a/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
+++ b/source/blender/freestyle/intern/stroke/StrokeLayer.cpp
@@ -29,6 +29,8 @@
#include "Stroke.h"
#include "StrokeLayer.h"
+namespace Freestyle {
+
StrokeLayer::~StrokeLayer()
{
clear();
@@ -61,3 +63,5 @@ void StrokeLayer::clear()
delete *s;
_strokes.clear();
}
+
+} /* namespace Freestyle */