summaryrefslogtreecommitdiffstats
path: root/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'dialog.h')
-rw-r--r--dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dialog.h b/dialog.h
index d8eb652..00e2bb6 100644
--- a/dialog.h
+++ b/dialog.h
@@ -8,6 +8,7 @@ class Dialog : public DialogUI
public:
Dialog(wxWindow *parent);
void RefreshDrives(void);
+ void SetProgress(int value);
protected:
void UpdateStartButton(void);