summaryrefslogtreecommitdiff
path: root/src/lib/image_subtitle.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-04 16:34:13 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-04 16:34:13 +0100
commit1555c48eda3def5f7ece413a47f0c7ff94dd70dd (patch)
treeb76430372b6807f9d3341a1c70bb64e41472182c /src/lib/image_subtitle.h
parent9655db97eae5a6137a45ad809dbf42528dc74408 (diff)
Make XML subtitle work at the very minimal level.
Diffstat (limited to 'src/lib/image_subtitle.h')
-rw-r--r--src/lib/image_subtitle.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/image_subtitle.h b/src/lib/image_subtitle.h
index 6a4f902e6..b25943ae1 100644
--- a/src/lib/image_subtitle.h
+++ b/src/lib/image_subtitle.h
@@ -17,6 +17,11 @@
*/
+#ifndef DCPOMATIC_IMAGE_SUBTITLE_H
+#define DCPOMATIC_IMAGE_SUBTITLE_H
+
+#include "rect.h"
+
class Image;
class ImageSubtitle
@@ -37,3 +42,5 @@ public:
*/
dcpomatic::Rect<double> rectangle;
};
+
+#endif