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/RandGen.cpp')
-rw-r--r--source/blender/freestyle/intern/system/RandGen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/RandGen.cpp b/source/blender/freestyle/intern/system/RandGen.cpp
index 2be8326ab5c..22727db026b 100644
--- a/source/blender/freestyle/intern/system/RandGen.cpp
+++ b/source/blender/freestyle/intern/system/RandGen.cpp
@@ -27,6 +27,8 @@
#include "RandGen.h"
+namespace Freestyle {
+
//
// Macro definitions
//
@@ -129,3 +131,5 @@ void RandGen::next()
x[1] = LOW(p[1] + r[0]);
x[0] = LOW(p[0]);
}
+
+} /* namespace Freestyle */