summaryrefslogtreecommitdiff
path: root/src/wx/update_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-24 00:12:45 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-24 00:12:45 +0000
commit1e4f8cc123ccf1661ea4d23a51625614c2cf2e59 (patch)
tree0abbbfac2097b52640ce447bc8fdc93e1939233e /src/wx/update_dialog.h
parent68f662ac50a00ad986e3bd258c3f7daac374ab26 (diff)
Hand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d; fix update checker.
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>);
};