diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
