diff options
| author | Glenn Smith <glenn@vector35.com> | 2020-10-15 20:34:42 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-10-15 20:34:42 -0400 |
| commit | 8961012dca58c18afcdf1985b1cb554a5b1ad4c2 (patch) | |
| tree | ca04f56a80cdf8d745c85b68da31c288b9205b47 | |
| parent | f91f427d50fdefc8c351963ff6ea2305016dcc1d (diff) | |
Make var name consistent
| -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 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; |
