diff options
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index e8bb932e4..f318e778b 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -19,6 +19,7 @@ */ #include "video_view.h" +#include "lib/position.h" #include <wx/wx.h> class FilmViewer; @@ -48,4 +49,5 @@ private: wxPanel* _panel; boost::shared_ptr<const Image> _image; wxTimer _timer; + Position<int> _inter_position; }; |
