X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fgl_video_view.h;h=d8ee65da63e04d63fc572676d6ff7b9a2c8b24f8;hp=675b324fc4d4095c9df248bea2a859edbfbb6c67;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hpb=0d35820cf50d2789752b8776683b26d04642518d diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index 675b324fc..d8ee65da6 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -28,7 +28,6 @@ DCPOMATIC_DISABLE_WARNINGS DCPOMATIC_ENABLE_WARNINGS #include #include -#include #include #include #undef None @@ -55,7 +54,7 @@ public: } private: - void set_image (boost::shared_ptr image); + void set_image (std::shared_ptr image); void set_image_and_draw (); void draw (Position inter_position, dcp::Size inter_size); void thread (); @@ -81,5 +80,5 @@ private: boost::atomic _playing; boost::atomic _one_shot; - boost::shared_ptr _timer; + std::shared_ptr _timer; };