VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/VolumePimWizardPage.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-14 00:47:34 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-09-14 00:48:37 +0200
commit85c1bc34e39a5e7682778c53ce68d6768346999c (patch)
treeb75def0732f774cbacbbaf5e92aab862bd59cd41 /src/Main/Forms/VolumePimWizardPage.h
parent24f3b5230cc1ea7e6fb084294f04df10ede17e2f (diff)
downloadVeraCrypt-85c1bc34e39a5e7682778c53ce68d6768346999c.tar.gz
VeraCrypt-85c1bc34e39a5e7682778c53ce68d6768346999c.zip
Linux/MacOSX: workaround bug in old versions of g++ that are confused by methods having the same name and one of them used as wxWidgets event handler callback.
Diffstat (limited to 'src/Main/Forms/VolumePimWizardPage.h')
-rw-r--r--src/Main/Forms/VolumePimWizardPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/VolumePimWizardPage.h b/src/Main/Forms/VolumePimWizardPage.h
index af757359..d7586c92 100644
--- a/src/Main/Forms/VolumePimWizardPage.h
+++ b/src/Main/Forms/VolumePimWizardPage.h
@@ -37,7 +37,7 @@ namespace VeraCrypt
protected:
void SetPimValidator ();
void OnPimChanged (wxCommandEvent& event);
- void OnPimChanged (int pim);
+ void OnPimValueChanged (int pim);
};
}