summaryrefslogtreecommitdiff
path: root/ui/uitypes.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-05-08 16:19:26 -0400
committerJosh Ferrell <josh@vector35.com>2024-05-14 14:31:46 -0400
commitcb407be11b08c1c427fcf33a49974155e522e14a (patch)
tree4c99b4230e375517a4742a6ac3d4bc95c9e6bd23 /ui/uitypes.h
parent3c28d7e6eaa84041ec0fe5352a618759c13e6cb3 (diff)
Ref count undo objects
Diffstat (limited to 'ui/uitypes.h')
-rw-r--r--ui/uitypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/uitypes.h b/ui/uitypes.h
index 68022642..511e5aa9 100644
--- a/ui/uitypes.h
+++ b/ui/uitypes.h
@@ -115,6 +115,8 @@ typedef BinaryNinja::Ref<BinaryNinja::RepoPlugin> RepoPluginRef;
typedef BinaryNinja::Ref<BinaryNinja::Repository> RepositoryRef;
typedef BinaryNinja::Ref<BinaryNinja::RepositoryManager> RepositoryManagerRef;
typedef BinaryNinja::Ref<BinaryNinja::Logger> LoggerRef;
+typedef BinaryNinja::Ref<BinaryNinja::UndoAction> UndoActionRef;
+typedef BinaryNinja::Ref<BinaryNinja::UndoEntry> UndoEntryRef;
typedef BinaryNinja::Ref<BinaryNinja::Collaboration::Remote> RemoteRef;
typedef BinaryNinja::Ref<BinaryNinja::Collaboration::RemoteProject> RemoteProjectRef;