X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fupdate_dialog.h;h=e9ea28cad9f047eb2cb342bd7d12fc7f940709ae;hb=7de09ede7bc6e34bea6ab3e7982efb51ca399b7d;hp=d9c7b855d96012c01fb8b7479df0a9d189c74ac4;hpb=e8204f55c981493b99814f71a50b3c3d62601032;p=dcpomatic.git diff --git a/src/wx/update_dialog.h b/src/wx/update_dialog.h index d9c7b855d..e9ea28cad 100644 --- a/src/wx/update_dialog.h +++ b/src/wx/update_dialog.h @@ -18,10 +18,11 @@ */ #include +#include class UpdateDialog : public wxDialog { public: - UpdateDialog (wxWindow *, std::string, std::string); + UpdateDialog (wxWindow *, boost::optional, boost::optional); };