From 85c1bc34e39a5e7682778c53ce68d6768346999c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 14 Sep 2015 00:47:34 +0200 Subject: 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. --- src/Main/Forms/VolumePimWizardPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/Forms/VolumePimWizardPage.h') 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); }; } -- cgit v1.2.3