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 2a6239d7d..d7afa2182 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -58,7 +58,7 @@ class wxToggleButton; class FilmViewer : public Signaller { public: - FilmViewer(wxWindow *); + FilmViewer(wxWindow* parent, bool wake); ~FilmViewer(); /** @return the window showing the film's video */ |
