diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-01 11:36:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-01 11:36:52 +0100 |
| commit | f7c43baf9b67505f04bb0954ab6e9e36f88efced (patch) | |
| tree | cc0a8334c4822f944c464a5c2cd0c2a1b0cef031 /src/wx/video_view.h | |
| parent | be2e6e017d853069f02a83f5fe67423235c3096c (diff) | |
Rename refresh_metadata -> reset_metadata.
Diffstat (limited to 'src/wx/video_view.h')
| -rw-r--r-- | src/wx/video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h index ef5e8107d..2b4bd4717 100644 --- a/src/wx/video_view.h +++ b/src/wx/video_view.h @@ -54,7 +54,7 @@ public: virtual bool display_next_frame (bool) = 0; void clear (); - bool refresh_metadata (boost::shared_ptr<const Film> film, dcp::Size player_video_container_size); + bool reset_metadata (boost::shared_ptr<const Film> film, dcp::Size player_video_container_size); /** Emitted from the GUI thread when our display changes in size */ boost::signals2::signal<void()> Sized; |
