Add comments.
[libdcp.git] / src / interop_load_font.cc
index dede5696044866d8fc4f55e9791e2a7763034b92..d29e49de67d5096b5471c1561acef862bb58c46c 100644 (file)
@@ -26,7 +26,7 @@ using boost::optional;
 using namespace dcp;
 
 InteropLoadFont::InteropLoadFont (string id_, string uri_)
-       : id (id_)
+       : LoadFont (id_)
        , uri (uri_)
 {