1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

MacOSX : correct compilation issue caused by system API deprication and use of new wxWidgets.

This commit is contained in:
Mounir IDRASSI
2014-07-30 15:39:17 +02:00
parent 73bf608efc
commit f94707e4ef
2 changed files with 5 additions and 11 deletions

View File

@@ -1020,7 +1020,7 @@ namespace VeraCrypt
if (!ListItemRightClickEventPending)
{
ListItemRightClickEventPending = true;
SlotListCtrl->AddPendingEvent (event);
SlotListCtrl->GetEventHandler()->AddPendingEvent (event);
return;
}