summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/viewframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index 01e833b5..db888ae4 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -422,7 +422,7 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget
QWidget* getCurrentWidget() const { return m_view; }
bool isGraphViewPreferred();
- void setPriorityView(const QString& viewType);
+ void setPriorityView(const QString& viewType, bool isBinaryDataNavigable);
bool setViewType(const QString& viewType);
void focus();