X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcinema_dialog.h;h=26520a4127203e5ef8ff12af0ac0bae323dfe902;hb=56cdff7fbb1f9c55f9ad3076fcb885e4005189ce;hp=02520eea985fd473df543c53aeaf9e7656793f83;hpb=373f010a7f04add1f49169cbaa60cb7ae5f508d4;p=dcpomatic.git 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 + 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,8 +18,9 @@ */ #include +#include "table_dialog.h" -class CinemaDialog : public wxDialog +class CinemaDialog : public TableDialog { public: CinemaDialog (wxWindow *, std::string, std::string name = "", std::string email = "");