diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-06 12:07:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-06 12:07:59 +0000 |
| commit | c8ba5b07c7a8ae814abba14dbe9c435035f89d87 (patch) | |
| tree | fe02cc10e448e2d39c97a11499c5b711efeb2565 /src/compose.hpp | |
| parent | cd833a52f966ebd6860cfc53cb85172f7bff06ec (diff) | |
| parent | 7de4cd2a83deeae1147295b7e246cef5d7eb4054 (diff) | |
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'src/compose.hpp')
| -rw-r--r-- | src/compose.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <inttypes.h> #include <cstdio> +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 |
