summaryrefslogtreecommitdiff
path: root/src/interop_load_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interop_load_font.h')
-rw-r--r--src/interop_load_font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interop_load_font.h b/src/interop_load_font.h
index c553b557..0ab39ad4 100644
--- a/src/interop_load_font.h
+++ b/src/interop_load_font.h
@@ -17,20 +17,20 @@
*/
+#include "load_font.h"
#include <libcxml/cxml.h>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
namespace dcp {
-class InteropLoadFont
+class InteropLoadFont : public LoadFont
{
public:
InteropLoadFont () {}
InteropLoadFont (std::string id, std::string uri);
InteropLoadFont (cxml::ConstNodePtr node);
- std::string id;
std::string uri;
};