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

This commit is contained in:
Mounir IDRASSI
2014-11-08 23:22:08 +01:00
parent 73bf608efc
commit f94707e4ef
2 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -1020,7 +1020,7 @@ namespace VeraCrypt
if (!ListItemRightClickEventPending)
{
ListItemRightClickEventPending = true;
SlotListCtrl->AddPendingEvent (event);
SlotListCtrl->GetEventHandler()->AddPendingEvent (event);
return;
}