summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/symbollist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/symbollist.h b/ui/symbollist.h
index dd3d9d3c..da68fd06 100644
--- a/ui/symbollist.h
+++ b/ui/symbollist.h
@@ -257,7 +257,7 @@ class BINARYNINJAUIAPI SymbolList: public QListView, public FilterTarget
std::string m_filter;
SymbolListModel::SortType m_sortType;
SymbolListModel::NamedObject m_index;
- int m_scrollPosition;
+ SymbolListModel::NamedObject m_topIndex;
bool m_doubleClick;
public: