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/PseudoNoise.h')
-rw-r--r--source/blender/freestyle/intern/system/PseudoNoise.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/PseudoNoise.h b/source/blender/freestyle/intern/system/PseudoNoise.h
index aef3a7bd1f2..b190e8c8568 100644
--- a/source/blender/freestyle/intern/system/PseudoNoise.h
+++ b/source/blender/freestyle/intern/system/PseudoNoise.h
@@ -31,6 +31,8 @@
#include "FreestyleConfig.h"
#include "Precision.h"
+namespace Freestyle {
+
class LIB_SYSTEM_EXPORT PseudoNoise
{
public:
@@ -50,4 +52,6 @@ protected:
static real *_values;
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_PSEUDO_NOISE_H__