diff options
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; |
