diff options
Diffstat (limited to 'src/Main/Forms/WizardPage.h')
-rw-r--r-- | src/Main/Forms/WizardPage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main/Forms/WizardPage.h b/src/Main/Forms/WizardPage.h index 9f175063..1bc5b82e 100644 --- a/src/Main/Forms/WizardPage.h +++ b/src/Main/Forms/WizardPage.h @@ -20,8 +20,8 @@ namespace VeraCrypt class WizardPage : public wxPanel { public: - WizardPage (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style) - : wxPanel (parent, id, pos, size, style) + WizardPage (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name) + : wxPanel (parent, id, pos, size, style, name) { } virtual ~WizardPage () { } |