diff options
Diffstat (limited to 'src/wx/new_film_dialog.h')
| -rw-r--r-- | src/wx/new_film_dialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h index a835c7ceb..5ec5863c6 100644 --- a/src/wx/new_film_dialog.h +++ b/src/wx/new_film_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,10 +20,11 @@ #include <wx/wx.h> #include <wx/filepicker.h> #include "wx_util.h" +#include "table_dialog.h" class DirPickerCtrl; -class NewFilmDialog : public wxDialog +class NewFilmDialog : public TableDialog { public: NewFilmDialog (wxWindow *); |
