summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-11 13:46:44 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-11 13:46:44 +0100
commit7ad0a57e369823a0537642f0ad07db01b7826030 (patch)
treed4ca73762ac75f90f30961d5e03b5e4c0abc61c0 /src
parentec95e9c3c78112c39b67f9c61595e5b29541e7e9 (diff)
Make a method private.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index d7b12703e..def8d16cd 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -80,7 +80,6 @@ public:
void set_eyes (Eyes e);
void slow_refresh ();
- bool quick_refresh ();
int dropped () const {
return _dropped;
@@ -111,6 +110,7 @@ private:
DCPTime uncorrected_time () const;
Frame average_latency () const;
void refresh_panel ();
+ bool quick_refresh ();
boost::shared_ptr<Film> _film;
boost::shared_ptr<Player> _player;