X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fupdate_dialog.h;h=e9ea28cad9f047eb2cb342bd7d12fc7f940709ae;hb=c2a97b6f83a32483817d02194a1e7c8d6828b0bb;hp=d9c7b855d96012c01fb8b7479df0a9d189c74ac4;hpb=16d5c07df7752d093df804d3f1141790f633c24b;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); };