More renaming.
[dcpomatic.git] / src / lib / image_subtitle.h
index e0687e5817783b0858eadbe448887e0ae58042f3..1d2dcd7934b5d65ca92ad9b6dfc03ebb01d323dd 100644 (file)
 
 class Image;
 
-class ImageSubtitle
+class BitmapText
 {
 public:
-       ImageSubtitle (boost::shared_ptr<Image> i, dcpomatic::Rect<double> r)
+       BitmapText (boost::shared_ptr<Image> i, dcpomatic::Rect<double> r)
                : image (i)
                , rectangle (r)
        {}