Merge master.
[dcpomatic.git] / src / lib / subtitle.h
index 52bd35923b8c0e1b9101dcd676c7ea8d507e083e..c3929d676ef721b39de7f6d68bbca40e6dce6513 100644 (file)
@@ -48,17 +48,17 @@ public:
                return _image;
        }
 
-       Rect area () const;
+       dvdomatic::Rect area () const;
        
 private:
        Position _position;
        boost::shared_ptr<Image> _image;
 };
 
-Rect
+dvdomatic::Rect
 subtitle_transformed_area (
        float target_x_scale, float target_y_scale,
-       Rect sub_area, int subtitle_offset, float subtitle_scale
+       dvdomatic::Rect sub_area, int subtitle_offset, float subtitle_scale
        );
 
 /** A Subtitle class with details of the time over which it should be shown */