summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 23:36:56 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit79355249a27ead72bc2bcd0a84e7a280a3d9a826 (patch)
treebf6321a140a76687e44d4737bb3bc8718bebac09 /src/wx/simple_video_view.h
parent5aff601c454fa756c0ab71ae4bcf8f7f4ce28737 (diff)
Move _inter_position out of FilmViewer.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h2
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;
};