diff options
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 1795612af..1c8474e54 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -15,7 +15,7 @@ class wxToggleButton; class Controls : public wxPanel { public: - Controls (wxWindow* parent, boost::shared_ptr<FilmViewer>, bool outline_content = true, bool jump_to_selected = true); + Controls (wxWindow* parent, boost::shared_ptr<FilmViewer>, bool outline_content = true, bool jump_to_selected = true, bool eyes = true); boost::shared_ptr<Film> film () const; void back_frame (); |
