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/view_map/ViewMapIO.h')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIO.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.h b/source/blender/freestyle/intern/view_map/ViewMapIO.h
index 145c80a62da..e2223cd5734 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIO.h
+++ b/source/blender/freestyle/intern/view_map/ViewMapIO.h
@@ -36,6 +36,8 @@
#include "../system/FreestyleConfig.h"
#include "../system/ProgressBar.h"
+namespace Freestyle {
+
namespace ViewMapIO {
static const unsigned ZERO = UINT_MAX;
@@ -119,4 +121,6 @@ istream& read<0>(istream& in, char *)
} // End of namespace ViewMapIO
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_VIEW_MAP_IO_H__