diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index f769fd6b9..a41cb310e 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -60,7 +60,7 @@ public: boost::optional<int> dcp_decode_reduction () const; void slow_refresh (); - void quick_refresh (); + bool quick_refresh (); int dropped () const { return _dropped; |
