From 8961012dca58c18afcdf1985b1cb554a5b1ad4c2 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 15 Oct 2020 20:34:42 -0400 Subject: Make var name consistent --- ui/linearview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/linearview.h b/ui/linearview.h index 628f099f..ec3ad3fe 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -117,7 +117,7 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ bool m_updatesRequired; bool m_updateBounds; - LinearViewCursorPosition m_cursorPosition, m_selectionStartPos; + LinearViewCursorPosition m_cursorPos, m_selectionStartPos; bool m_cursorAscii; bool m_tokenSelection = false; HighlightTokenState m_highlight; -- cgit v1.3.1