1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-19 02:56:07 -05:00

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.

This commit is contained in:
Mounir IDRASSI
2015-09-14 00:47:34 +02:00
parent 24f3b5230c
commit 85c1bc34e3
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace VeraCrypt
protected:
void SetPimValidator ();
void OnPimChanged (wxCommandEvent& event);
void OnPimChanged (int pim);
void OnPimValueChanged (int pim);
};
}