From c66b57e1ed1d9b38e6f5d0adefecc104d5a0eb72 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 24 Mar 2022 01:44:51 -0400 Subject: Cleanup 'Make Function' actions and select the correct platform for multi-arch binaries. --- ui/flowgraphwidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 4de062f1..4678329e 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -322,7 +322,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : void defineFuncName(); void editFunctionProperties(); void undefineFunc(); - void createFunc(); + void createFunc(const UIActionContext& context); + void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false); void changeType(); void inferStructureType(); void autoCreateMembers(); -- cgit v1.3.1