summaryrefslogtreecommitdiff
path: root/ui/options.h
diff options
context:
space:
mode:
authorBrandon Miller <brandon@vector35.com>2024-10-02 08:17:25 -0400
committerBrandon Miller <bkmiller89@icloud.com>2024-10-03 08:39:54 -0400
commite8488aaa64fb847ca2e639369176cf88c1bc4f8e (patch)
treed08bade433501d3c76eae26d05245122b8081437 /ui/options.h
parent1b8b9d4ee4936faa8c9091720a312bb72964d8b1 (diff)
Added IsForceLoadable method to BinaryViewType
Diffstat (limited to 'ui/options.h')
-rw-r--r--ui/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/options.h b/ui/options.h
index 6493a1df..3206fc7e 100644
--- a/ui/options.h
+++ b/ui/options.h
@@ -32,6 +32,7 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
QString m_fileName;
QLabel* m_fileLabel;
QComboBox* m_loadAsCombo;
+ QLabel* m_loadAsLabel;
QLabel* m_objectLabel;
QComboBox* m_objectCombo;
QTabWidget* m_tab;