X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcinema_dialog.h;h=56beaa5bd1a8cb94d2d6b7af9f3245cd941f5ad8;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=02520eea985fd473df543c53aeaf9e7656793f83;hpb=7f8062032e16d9c9cfc28659a6da67f8205dc27b;p=dcpomatic.git diff --git a/src/wx/cinema_dialog.h b/src/wx/cinema_dialog.h index 02520eea9..56beaa5bd 100644 --- a/src/wx/cinema_dialog.h +++ b/src/wx/cinema_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington 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,15 +18,16 @@ */ #include +#include "table_dialog.h" -class CinemaDialog : public wxDialog +class CinemaDialog : public TableDialog { public: CinemaDialog (wxWindow *, std::string, std::string name = "", std::string email = ""); std::string name () const; std::string email () const; - + private: wxTextCtrl* _name; wxTextCtrl* _email;