No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / cinema_dialog.h
index 02520eea985fd473df543c53aeaf9e7656793f83..56beaa5bd1a8cb94d2d6b7af9f3245cd941f5ad8 100644 (file)
@@ -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
 */
 
 #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 = "");
 
        std::string name () const;
        std::string email () const;
-       
+
 private:
        wxTextCtrl* _name;
        wxTextCtrl* _email;