Make a method private.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Sep 2018 12:46:44 +0000 (13:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Sep 2018 12:46:44 +0000 (13:46 +0100)
src/wx/film_viewer.h

index d7b12703ee628495ee648751559a0fc2c3e60e5e..def8d16cd7271771a8ae4e4bbe03c0186c2ab13f 100644 (file)
@@ -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;