diff options
| -rw-r--r-- | ui/linearview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 50a677fd..a8a85663 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -59,7 +59,7 @@ class BINARYNINJAUIAPI LinearViewHistoryEntry: public HistoryEntry uint64_t m_cursorAddr; PlatformRef m_platform; uint64_t m_func; - bool m_inFunc; + bool m_inFunc = false; HighlightTokenState m_highlight; public: |
