diff options
Diffstat (limited to 'src/wx/dci_metadata_dialog.h')
| -rw-r--r-- | src/wx/dci_metadata_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/dci_metadata_dialog.h b/src/wx/dci_metadata_dialog.h index 240d5535e..7b93a3ab6 100644 --- a/src/wx/dci_metadata_dialog.h +++ b/src/wx/dci_metadata_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 @@ -17,15 +17,15 @@ */ -#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); |
