summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-13 22:49:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-13 22:49:47 +0100
commit6eaffbbb3837aaa7f86cb81c948c553fdbae9cbe (patch)
treebf09ffa738c1a471e090d82c7f4c4f1054d1f611
parent3f95fcd52c923414177f3ba6d5be113522d95a55 (diff)
Missing declaration.cxml
-rw-r--r--src/subtitle_asset.h4
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
{