Make KDM output options checkboxes rather than radios (part of #848).
[dcpomatic.git] / src / wx / film_viewer.h
index bec32d814c67214892933f4897ee0fe977def750..a67820a8ca21229e2b7ef8f40dfaaba7cf617596 100644 (file)
@@ -72,6 +72,7 @@ private:
        void film_changed (Film::Property);
        DCPTime nudge_amount (wxMouseEvent &);
        void timecode_clicked ();
+       void frame_number_clicked ();
        void go_to (DCPTime t);
 
        boost::shared_ptr<Film> _film;