summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-20 22:54:45 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit444e1d4e0062677220d32b78b97a4b730156b514 (patch)
treef9a9f871ffe3ddb8c38ca8dfad03d8976f91f899 /src/wx/video_view.h
parent7c33cdd95a23ff784c0e0731a9d1444ce9bb8f09 (diff)
Move display_player_video into SimpleVideoView.
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 80d6a50fc..873df162b 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -53,6 +53,8 @@ public:
virtual bool get (bool) {
return true;
}
+ /* XXX_b: to remove */
+ virtual void display_player_video () {}
protected:
FilmViewer* _viewer;