From 1652efdc43aa3acbd570c1f042a35da458538bb4 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Mon, 24 Feb 2025 15:14:19 -0500 Subject: core: initial union support with C++ API --- ui/flowgraphwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 3d1434de..52635584 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -8,6 +8,7 @@ #include "menus.h" #include "uicontext.h" #include "commentdialog.h" +#include "commands.h" #include "instructionedit.h" /*! @@ -147,6 +148,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : FlowGraphRef m_recenterWithGraph; int m_recenterXofs, m_recenterYofs; + FieldResolutionState m_fieldResolution; + static int m_layoutCompleteEventType; static int m_updateCompleteEventType; -- cgit v1.3.1