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:
@@ -37,7 +37,7 @@ namespace VeraCrypt
|
||||
protected:
|
||||
void SetPimValidator ();
|
||||
void OnPimChanged (wxCommandEvent& event);
|
||||
void OnPimChanged (int pim);
|
||||
void OnPimValueChanged (int pim);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user