summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/settingsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h
index 812eed3c..f69585e6 100644
--- a/ui/settingsview.h
+++ b/ui/settingsview.h
@@ -371,7 +371,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget
Q_OBJECT
QPushButton* m_userLabel;
- QPushButton* m_projectLabel;
+ BinaryViewScopeLabel* m_projectLabel;
BinaryViewScopeLabel* m_resourceLabel;
//ClickableLabel* m_openProjectLabel;
QLabel* m_desc;