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/Chain.h')
-rw-r--r--source/blender/freestyle/intern/stroke/Chain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Chain.h b/source/blender/freestyle/intern/stroke/Chain.h
index 35aafd6014b..95e825e270b 100644
--- a/source/blender/freestyle/intern/stroke/Chain.h
+++ b/source/blender/freestyle/intern/stroke/Chain.h
@@ -32,6 +32,8 @@
#include "../view_map/ViewMap.h"
+namespace Freestyle {
+
/*! Class to represent a 1D elements issued from the chaining process.
* A Chain is the last step before the Stroke and is used in the Splitting and Creation processes.
*/
@@ -106,4 +108,6 @@ public:
}
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_CHAIN_H__