diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-13 22:49:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-13 22:49:47 +0100 |
| commit | 6eaffbbb3837aaa7f86cb81c948c553fdbae9cbe (patch) | |
| tree | bf09ffa738c1a471e090d82c7f4c4f1054d1f611 | |
| parent | 3f95fcd52c923414177f3ba6d5be113522d95a55 (diff) | |
Missing declaration.cxml
| -rw-r--r-- | src/subtitle_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 40f0f44f..8d73ccc9 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -21,6 +21,10 @@ #include "xml.h" #include "dcp_time.h" +namespace cxml { + class Node; +} + namespace libdcp { |
