summaryrefslogtreecommitdiff
path: root/ui/action.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2019-07-05 11:29:28 -0400
committerPeter LaFosse <peter@vector35.com>2019-07-14 14:42:52 -0400
commita096663fc17d08af0bf2581150b618a1a8f09767 (patch)
treea865bc30f99da2612ed4aa61d46e0c483fb35b19 /ui/action.h
parentc061061966ee12a7d6ace672b7798257eeb22cfd (diff)
Add support for sorting the symbol list by name or address
Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets
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 dbeb06d1..7770a016 100644
--- a/ui/action.h
+++ b/ui/action.h
@@ -35,6 +35,7 @@ struct BINARYNINJAUIAPI HighlightTokenState
HighlightTokenState();
};
+
struct BINARYNINJAUIAPI UIActionContext
{
UIContext* context;