X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fself_dkdm_dialog.h;h=151231a002bad0a1d7e2c2ec18eaafe5767991fe;hb=8b1736a39f256b37f75bdb99e69298992d3e1083;hp=f49749a69fa748abf412e1a8f0ff6f311c5c0f0c;hpb=2da4caba7871455c097c0ed940dd6f2332dbda5d;p=dcpomatic.git diff --git a/src/wx/self_dkdm_dialog.h b/src/wx/self_dkdm_dialog.h index f49749a69..151231a00 100644 --- a/src/wx/self_dkdm_dialog.h +++ b/src/wx/self_dkdm_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,25 +18,27 @@ */ + #include "wx_util.h" #include "lib/warnings.h" #include DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS -#include #include #include + class Film; class KDMCPLPanel; class wxDirPickerCtrl; class DirPickerCtrl; + class SelfDKDMDialog : public wxDialog { public: - SelfDKDMDialog (wxWindow *, boost::shared_ptr); + SelfDKDMDialog (wxWindow *, std::shared_ptr); boost::filesystem::path cpl () const;