VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-07-30 15:39:17 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:22:08 +0100
commitf94707e4efaa196d1f13d89fa8c08ddd24e847a0 (patch)
tree562f449957b43ad45aaacc5edbc19202957055a8 /src/Main/Forms
parent73bf608efc913589992903ebdbab1da5c115b49d (diff)
downloadVeraCrypt-f94707e4efaa196d1f13d89fa8c08ddd24e847a0.tar.gz
VeraCrypt-f94707e4efaa196d1f13d89fa8c08ddd24e847a0.zip
MacOSX : correct compilation issue caused by system API deprication and use of new wxWidgets.
Diffstat (limited to 'src/Main/Forms')
-rw-r--r--src/Main/Forms/MainFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/MainFrame.cpp b/src/Main/Forms/MainFrame.cpp
index 7c329292..b48f3718 100644
--- a/src/Main/Forms/MainFrame.cpp
+++ b/src/Main/Forms/MainFrame.cpp
@@ -1020,7 +1020,7 @@ namespace VeraCrypt
if (!ListItemRightClickEventPending)
{
ListItemRightClickEventPending = true;
- SlotListCtrl->AddPendingEvent (event);
+ SlotListCtrl->GetEventHandler()->AddPendingEvent (event);
return;
}