summaryrefslogtreecommitdiff
path: root/src/wx/isdcf_metadata_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-04 21:25:25 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-04 21:25:25 +0100
commitf4531bfb1b4334e3501173cfee7444b86fba4082 (patch)
treea93d06a028ed70bf952404da8f38a63c55e348aa /src/wx/isdcf_metadata_dialog.h
parent94298aa9ed2c3f9e57e21709a8e6fb5e89df5f04 (diff)
Disable '2D version of 3D content' ISDCF metadata checkbox with 3D content (part of #652).
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;