diff options
Diffstat (limited to 'ui/action.h')
| -rw-r--r-- | ui/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h index a374731b..3414d8b0 100644 --- a/ui/action.h +++ b/ui/action.h @@ -19,6 +19,7 @@ class View; class UIContext; +struct LinearViewCursorPosition; struct BINARYNINJAUIAPI HighlightTokenState { @@ -49,6 +50,7 @@ struct BINARYNINJAUIAPI UIActionContext FunctionRef function; LowLevelILFunctionRef lowLevelILFunction; MediumLevelILFunctionRef mediumLevelILFunction; + LinearViewCursorPosition* cursorPosition; UIActionContext(); UIActionContext(const BinaryNinja::PluginCommandContext& pluginContext); |
