summaryrefslogtreecommitdiff
path: root/src/smpte_load_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smpte_load_font.h')
-rw-r--r--src/smpte_load_font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smpte_load_font.h b/src/smpte_load_font.h
index d8d1fa66..7df9ea29 100644
--- a/src/smpte_load_font.h
+++ b/src/smpte_load_font.h
@@ -17,6 +17,7 @@
*/
+#include "load_font.h"
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
@@ -26,13 +27,12 @@ namespace cxml {
namespace dcp {
-class SMPTELoadFont
+class SMPTELoadFont : public LoadFont
{
public:
SMPTELoadFont () {}
SMPTELoadFont (boost::shared_ptr<const cxml::Node> node);
- std::string id;
std::string urn;
};