diff options
Diffstat (limited to 'src/wx/cinema_dialog.h')
| -rw-r--r-- | src/wx/cinema_dialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/cinema_dialog.h b/src/wx/cinema_dialog.h index 02520eea9..26520a412 100644 --- a/src/wx/cinema_dialog.h +++ b/src/wx/cinema_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 @@ -18,8 +18,9 @@ */ #include <wx/wx.h> +#include "table_dialog.h" -class CinemaDialog : public wxDialog +class CinemaDialog : public TableDialog { public: CinemaDialog (wxWindow *, std::string, std::string name = "", std::string email = ""); |
