X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdownload_certificate_dialog.cc;h=a8a71233494c35b163bd42b1932d3f99266c9115;hb=91bd51ff82e99113860570b519459303802bd98f;hp=abb1e61260aa7bf8ace8451317c8dcc6e822057d;hpb=854f2e5bbb7ffb9758b823af87034033033f3cb8;p=dcpomatic.git diff --git a/src/wx/download_certificate_dialog.cc b/src/wx/download_certificate_dialog.cc index abb1e6126..a8a712334 100644 --- a/src/wx/download_certificate_dialog.cc +++ b/src/wx/download_certificate_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,6 +26,8 @@ using boost::function; DownloadCertificateDialog::DownloadCertificateDialog (wxWindow* parent, function load) : TableDialog (parent, _("Download certificate"), 2, true) , _load (load) + , _message (0) + , _download (0) { }