diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-05 16:55:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-05 16:55:32 +0000 |
| commit | ca5f02dbf193fa5655c57cb25be96a3c9fd05157 (patch) | |
| tree | d5be6180bca64a0f4f8af9aaef2030080787fc24 /src/subtitle_asset.h | |
| parent | e3b5521ac40125c3dfd9f254856cf58ea1584f79 (diff) | |
Put everything into dcp::dc and change DCP -> Package.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index d3f186ef..c8af5ab5 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -35,8 +35,8 @@ namespace xmlpp { struct interop_dcp_font_test; struct smpte_dcp_font_test; -namespace dcp -{ +namespace dcp { +namespace dc { class SubtitleString; class FontNode; @@ -152,5 +152,6 @@ private: }; } +} #endif |
