X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fisdcf_metadata_dialog.h;h=db34a7fcab1953d1387274fa4eb55edb8f7aa35a;hp=516f832317912fe9ebaae5c39e02a747feaf2dec;hb=f4531bfb1b4334e3501173cfee7444b86fba4082;hpb=94298aa9ed2c3f9e57e21709a8e6fb5e89df5f04 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 + Copyright (C) 2012-2015 Carl Hetherington 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 #include -#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;