diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-09 14:02:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-09 14:02:20 +0100 |
| commit | e4b8bed37b4fcfb932e2b899003f2a95df908ba0 (patch) | |
| tree | 6af8acd73fdfdaa0025dca758cc29e488c4ce8a4 /src/smpte_load_font_node.h | |
| parent | 2ac1dbfeaffa5166f104ef4a01fedc41f542cacf (diff) | |
Handle storing/recovery of fonts in SMPTE MXF files.
Diffstat (limited to 'src/smpte_load_font_node.h')
| -rw-r--r-- | src/smpte_load_font_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smpte_load_font_node.h b/src/smpte_load_font_node.h index a150d9be..e6b87f30 100644 --- a/src/smpte_load_font_node.h +++ b/src/smpte_load_font_node.h @@ -38,6 +38,7 @@ class SMPTELoadFontNode : public LoadFontNode { public: SMPTELoadFontNode () {} + SMPTELoadFontNode (std::string id, std::string urn); SMPTELoadFontNode (boost::shared_ptr<const cxml::Node> node); std::string urn; |
