summaryrefslogtreecommitdiff
path: root/src/load_font.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-04 01:14:12 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-04 01:14:12 +0100
commit41c4d628f7ef3c9f9b434d34ff099f5fe4de1ae4 (patch)
treef912e10cfd99245933ffd3eaa0d39a01aec1daad /src/load_font.h
parent09e16aa3acf7878b54a4995a0be79890f26db09f (diff)
Port support for MXF-wrapped subtitles from 0.x
Diffstat (limited to 'src/load_font.h')
-rw-r--r--src/load_font.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/load_font.h b/src/load_font.h
index 6319b1de..6d52a509 100644
--- a/src/load_font.h
+++ b/src/load_font.h
@@ -18,6 +18,7 @@
*/
#include <boost/shared_ptr.hpp>
+#include <boost/optional.hpp>
namespace cxml {
class Node;
@@ -32,7 +33,7 @@ public:
LoadFont (boost::shared_ptr<const cxml::Node> node);
std::string id;
- std::string uri;
+ boost::optional<std::string> uri;
};
}