Missing files.
[dcpomatic.git] / src / lib / player_text.cc
index 588e4ef7f8648754e253ba0dc0ec3993733edcbb..d31c7d02467b0507e83fc93e1485a5abcda4fa61 100644 (file)
 
 using std::list;
 using boost::shared_ptr;
+using namespace dcpomatic;
 
 void
-PlayerSubtitles::add_fonts (list<shared_ptr<Font> > fonts_)
+PlayerText::add_fonts (list<shared_ptr<Font> > fonts_)
 {
        BOOST_FOREACH (shared_ptr<Font> i, fonts_) {
                bool got = false;