summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compose.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compose.hpp b/src/compose.hpp
index b3f410c8..f7bd4282 100644
--- a/src/compose.hpp
+++ b/src/compose.hpp
@@ -38,6 +38,8 @@
#include <list>
#include <map> // for multimap
+namespace dcp {
+
namespace StringPrivate
{
// the actual composition class - using string::compose is cleaner, so we
@@ -389,5 +391,6 @@ namespace String
}
}
+}
#endif // STRING_COMPOSE_H