Bump version
[dcpomatic.git] / src / wx / film_viewer.h
index 2337da6b0def299515654a3b957da6b3a3982568..c99c7344047448b088115a9e085bb5eb389937fa 100644 (file)
@@ -28,6 +28,7 @@ class wxToggleButton;
 class FFmpegPlayer;
 class Image;
 class RGBPlusAlphaImage;
+class PlayerImage;
 
 /** @class FilmViewer
  *  @brief A wx widget to view a preview of a Film.
@@ -58,7 +59,7 @@ private:
        void slider_moved ();
        void play_clicked ();
        void timer ();
-       void process_video (boost::shared_ptr<const Image>, Eyes, Time);
+       void process_video (boost::shared_ptr<PlayerImage>, Eyes, Time);
        void calculate_sizes ();
        void check_play_state ();
        void fetch_current_frame_again ();