std::shared_ptr
[dcpomatic.git] / src / lib / player_text.h
index fb1d846d8217d2c4f85af36c7b81270deff45db4..232ba65166f97b9f30d6eec9a4e0ff8c829139f0 100644 (file)
@@ -33,8 +33,8 @@ namespace dcpomatic {
 class PlayerText
 {
 public:
-       void add_fonts (std::list<boost::shared_ptr<dcpomatic::Font> > fonts_);
-       std::list<boost::shared_ptr<dcpomatic::Font> > fonts;
+       void add_fonts (std::list<std::shared_ptr<dcpomatic::Font> > fonts_);
+       std::list<std::shared_ptr<dcpomatic::Font> > fonts;
 
        /** BitmapTexts, with their rectangles transformed as specified by their content */
        std::list<BitmapText> bitmap;