X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fvideo_view.h;h=060d982f737c31499fb608f10d3145924a6dcb46;hb=fc4f75abd3b062e8297990a482e77e32458cd169;hp=f4dec9c6873d8323a49fd9e51cd20a91012dcf8a;hpb=f9db80a8e61cedd001d10b555d0798798a773668;p=dcpomatic.git diff --git a/src/wx/video_view.h b/src/wx/video_view.h index f4dec9c68..060d982f7 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -22,6 +22,7 @@ #define DCPOMATIC_VIDEO_VIEW_H #include +#include class Image; class wxWindow; @@ -33,6 +34,8 @@ public: virtual void set_image (boost::shared_ptr image) = 0; virtual wxWindow* get () const = 0; + + boost::signals2::signal Sized; }; #endif