Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic
[dcpomatic.git] / src / wx / dci_metadata_dialog.h
index 240d5535e02bceb36ab26539c8c29065600ec741..7b93a3ab6cac8bdd5dc0dac7efb7d0fb294ee0fd 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/dialog.h>
 #include <wx/textctrl.h>
 #include <boost/shared_ptr.hpp>
 #include "lib/dci_metadata.h"
+#include "table_dialog.h"
 
 class wxSpinCtrl;
 class Film;
 
-class DCIMetadataDialog : public wxDialog
+class DCIMetadataDialog : public TableDialog
 {
 public:
        DCIMetadataDialog (wxWindow *, DCIMetadata);