summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/xreflist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/xreflist.h b/ui/xreflist.h
index 9e597144..2c875c97 100644
--- a/ui/xreflist.h
+++ b/ui/xreflist.h
@@ -328,7 +328,7 @@ class BINARYNINJAUIAPI CrossReferenceTreeModel : public QAbstractItemModel
ViewFrame* getView() const { return m_view; }
virtual void updateMaxUIItems(size_t value) { m_maxUIItems = value; }
size_t getMaxUIItems() const { return m_maxUIItems; }
- void setGraphType(BNFunctionGraphType type) { m_graphType = type; }
+ void setGraphType(BNFunctionGraphType type);
void requestAdvancedAnalysis();
Q_SIGNALS:
@@ -393,7 +393,7 @@ class BINARYNINJAUIAPI CrossReferenceTableModel : public QAbstractTableModel
ViewFrame* getView() const { return m_view; }
virtual void updateMaxUIItems(size_t value) { m_maxUIItems = value; }
size_t getMaxUIItems() const { return m_maxUIItems; }
- void setGraphType(BNFunctionGraphType type) { m_graphType = type; }
+ void setGraphType(BNFunctionGraphType type);
void requestAdvancedAnalysis();
Q_SIGNALS:
void needRepaint();