summaryrefslogtreecommitdiff
path: root/src/wx/isdcf_metadata_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/isdcf_metadata_dialog.h')
-rw-r--r--src/wx/isdcf_metadata_dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/isdcf_metadata_dialog.h b/src/wx/isdcf_metadata_dialog.h
index 516f83231..db34a7fca 100644
--- a/src/wx/isdcf_metadata_dialog.h
+++ b/src/wx/isdcf_metadata_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2015 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,10 +17,10 @@
*/
+#include "table_dialog.h"
+#include "lib/isdcf_metadata.h"
#include <wx/textctrl.h>
#include <boost/shared_ptr.hpp>
-#include "lib/isdcf_metadata.h"
-#include "table_dialog.h"
class wxSpinCtrl;
class Film;
@@ -28,7 +28,7 @@ class Film;
class ISDCFMetadataDialog : public TableDialog
{
public:
- ISDCFMetadataDialog (wxWindow *, ISDCFMetadata);
+ ISDCFMetadataDialog (wxWindow *, ISDCFMetadata, bool threed);
ISDCFMetadata isdcf_metadata () const;