diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:22:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | ec1df37a1940063dc0dbc45ad2dab638bdc92c0d (patch) | |
| tree | 8879c467bdf0d119f4c3edb1956025a6ca578884 /src/wx/gl_video_view.h | |
| parent | e153d7f5dc128d97160e41bdda3c4e4a05c7140b (diff) | |
Colour in 'masking' in GL mode.
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index 54c64e4ea..42a3f89ba 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -30,7 +30,7 @@ class GLVideoView : public VideoView { public: - GLVideoView (wxWindow* parent); + GLVideoView (FilmViewer* viewer, wxWindow* parent); ~GLVideoView (); void set_image (boost::shared_ptr<const Image> image); |
