summaryrefslogtreecommitdiff
path: root/ui/addressdialog.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2019-07-04 10:36:10 -0400
committerPeter LaFosse <peter@vector35.com>2019-07-04 11:07:07 -0400
commitdbd8992d8c6e519ed755f29a751eb30fabea8525 (patch)
tree60b769a898b2442ad990287a905bd7ff0e8ab7e5 /ui/addressdialog.h
parent13a78e5478e7f3f443b2b487ebc5b1ec0e1f1fb4 (diff)
Add autocompletion on type dialog
Diffstat (limited to 'ui/addressdialog.h')
-rw-r--r--ui/addressdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addressdialog.h b/ui/addressdialog.h
index 5f23a452..ae30639b 100644
--- a/ui/addressdialog.h
+++ b/ui/addressdialog.h
@@ -47,7 +47,7 @@ class BINARYNINJAUIAPI AddressDialogWithPreview: public QDialog
QStringList m_historyEntries;
int m_historySize;
GetSymbolsListThread* m_updateThread;
- QColor m_defaultColor;
+ QColor m_defaultColor;
QFont m_defaultFont;
QString m_prompt;
bool m_initialTextSelection;