Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index d881749227b8ac58a6cb6397e4e43bcbd4eb9a72..85d8f15ab592d2689477b3354dce6362eb41f929 100644 (file)
@@ -32,10 +32,9 @@ public:
 
 protected:
        void add_common_widgets ();
-       
+       void downloaded (bool done);
+
        boost::function<void (boost::filesystem::path)> _load;
-       wxSizer* _overall_sizer;
-       wxGauge* _gauge;
        wxStaticText* _message;
        wxButton* _download;