diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-13 00:52:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 13:41:46 +0200 |
| commit | f802565830bed9ec9e7ad6c16ccaa7b0700625d9 (patch) | |
| tree | c6eac87b0ad7fdf00eb92567c184b9afaa94dbb0 /src/wx/gl_video_view.h | |
| parent | 687ade428fb7ad6d0949f12aa5a7f5b643434489 (diff) | |
Rename _size -> _video_size
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 b7b30696f..8f3f2dcb4 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -75,7 +75,7 @@ private: boost::atomic<wxSize> _canvas_size; GLuint _video_texture; - boost::optional<dcp::Size> _size; + boost::optional<dcp::Size> _video_size; bool _have_storage; bool _vsync_enabled; boost::thread _thread; |
