diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 0a9f9020..59e45a75 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -285,7 +285,7 @@ class BINARYNINJAUIAPI ViewLocation QString m_viewType; FunctionRef m_function = nullptr; uint64_t m_offset = 0; - BNFunctionGraphType m_ilViewType = NormalFunctionGraph; + BNFunctionGraphType m_ilViewType = InvalidILViewType; size_t m_instrIndex = BN_INVALID_EXPR; public: |
