X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fself_dkdm_dialog.h;h=151231a002bad0a1d7e2c2ec18eaafe5767991fe;hb=e72a69ac2ebf24df05ba4b6de65bfa338a58b0ec;hp=f49749a69fa748abf412e1a8f0ff6f311c5c0f0c;hpb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;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;