summaryrefslogtreecommitdiff
path: root/ui/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/action.h')
-rw-r--r--ui/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h
index a9c70937..19f3d317 100644
--- a/ui/action.h
+++ b/ui/action.h
@@ -58,6 +58,7 @@ struct BINARYNINJAUIAPI UIActionContext
FunctionRef function;
LowLevelILFunctionRef lowLevelILFunction;
MediumLevelILFunctionRef mediumLevelILFunction;
+ HighLevelILFunctionRef highLevelILFunction;
LinearViewCursorPosition* cursorPosition;
UIActionContext();