diff options
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 323047ada..7750af7da 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -42,7 +42,7 @@ public: bool display_next_frame (bool non_blocking); private: - void set_image (boost::shared_ptr<const Image> image) { + void set_image (boost::shared_ptr<const dcpomatic::Image> image) { _image = image; } @@ -51,7 +51,7 @@ private: void timer (); wxPanel* _panel; - boost::shared_ptr<const Image> _image; + boost::shared_ptr<const dcpomatic::Image> _image; wxTimer _timer; Position<int> _inter_position; dcp::Size _inter_size; |
