diff options
| -rw-r--r-- | ui/symbollist.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/symbollist.h b/ui/symbollist.h index 31b6580f..c68fbcf9 100644 --- a/ui/symbollist.h +++ b/ui/symbollist.h @@ -25,10 +25,10 @@ class BINARYNINJAUIAPI SymbolListModel: public QAbstractItemModel, public Binary public: enum SortType { - SortAcendingAddresses, - SortDecendingAddresses, - SortAlphabeticallyAcending, - SortAlphabeticallyDecending + SortAscendingAddresses, + SortDescendingAddresses, + SortAlphabeticallyAscending, + SortAlphabeticallyDescending }; struct NamedObject |
