X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcompose.hpp;h=41a4075a86e4d3f5419d90bf5bb7034dc34f476d;hb=b578af0819126de2758687f9eae71dbcf5ed0325;hp=faffc41c2a42cfcc36f1281a6a24fded01831cbc;hpb=3c93561190ceb883db6b69c1cd37d99cd547fe83;p=libdcp.git diff --git a/src/compose.hpp b/src/compose.hpp index faffc41c..41a4075a 100644 --- a/src/compose.hpp +++ b/src/compose.hpp @@ -42,6 +42,8 @@ #include #include +namespace dcp { + namespace StringPrivate { // the actual composition class - using string::compose is cleaner, so we @@ -388,5 +390,6 @@ namespace String } } +} #endif // STRING_COMPOSE_H