Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
[libdcp.git] / src / smpte_load_font.h
index d8d1fa66222ab6f7af821c512664a2dc8e6ffc23..7df9ea293bb57875d6d81c5d19a49a9d96584d67 100644 (file)
@@ -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;
 };