Fix the build for older macOS.
[dcpomatic.git] / src / lib / content_text.h
index 0c0df1ee63bdce15f3c5d9905af302c31a10c43d..5edb9af2083be0993339caefa876dc09e3627e7d 100644 (file)
@@ -48,7 +48,7 @@ private:
 class ContentBitmapText : public ContentText
 {
 public:
-       ContentBitmapText (dcpomatic::ContentTime f, boost::shared_ptr<Image> im, dcpomatic::Rect<double> r)
+       ContentBitmapText (dcpomatic::ContentTime f, std::shared_ptr<const Image> im, dcpomatic::Rect<double> r)
                : ContentText (f)
                , sub (im, r)
        {}