X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsimple_video_view.h;h=31756b5d85eceecbe62a693a5ed524adeb6edf5f;hb=68dfd11399fa0da4c36c0379402b526cada9b3ba;hp=323047adaca9182fcc237c0dfa6a330aa3f6cfd7;hpb=2da4caba7871455c097c0ed940dd6f2332dbda5d;p=dcpomatic.git diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 323047ada..31756b5d8 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -39,10 +39,10 @@ public: void update (); void start (); - bool display_next_frame (bool non_blocking); + NextFrameResult display_next_frame (bool non_blocking); private: - void set_image (boost::shared_ptr image) { + void set_image (std::shared_ptr image) { _image = image; } @@ -51,7 +51,7 @@ private: void timer (); wxPanel* _panel; - boost::shared_ptr _image; + std::shared_ptr _image; wxTimer _timer; Position _inter_position; dcp::Size _inter_size;