summaryrefslogtreecommitdiff
path: root/src/wx/update_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/update_dialog.h')
-rw-r--r--src/wx/update_dialog.h3
1 files changed, 2 insertions, 1 deletions
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 <wx/wx.h>
+#include <boost/optional.hpp>
class UpdateDialog : public wxDialog
{
public:
- UpdateDialog (wxWindow *, std::string, std::string);
+ UpdateDialog (wxWindow *, boost::optional<std::string>, boost::optional<std::string>);
};