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/system/Id.h')
-rw-r--r--source/blender/freestyle/intern/system/Id.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/Id.h b/source/blender/freestyle/intern/system/Id.h
index 4f499bc1d69..641ae41907f 100644
--- a/source/blender/freestyle/intern/system/Id.h
+++ b/source/blender/freestyle/intern/system/Id.h
@@ -28,6 +28,8 @@
* \date 01/07/2003
*/
+namespace Freestyle {
+
/*! Class used to tag any object by an id.
* It is made of two unsigned integers.
*/
@@ -132,4 +134,6 @@ inline std::ostream& operator<<(std::ostream& s, const Id& id)
return s;
}
+} /* namespace Freestyle */
+
# endif // __FREESTYLE_ID_H__