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/StringUtils.h')
-rw-r--r--source/blender/freestyle/intern/system/StringUtils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/StringUtils.h b/source/blender/freestyle/intern/system/StringUtils.h
index 21b60720374..983e102d439 100644
--- a/source/blender/freestyle/intern/system/StringUtils.h
+++ b/source/blender/freestyle/intern/system/StringUtils.h
@@ -47,6 +47,8 @@ extern "C" {
using namespace std;
+namespace Freestyle {
+
namespace StringUtils {
LIB_SYSTEM_EXPORT
@@ -65,4 +67,6 @@ struct ltstr
} // end of namespace StringUtils
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_STRING_UTILS_H__