diff options
| author | Peter LaFosse <peter@vector35.com> | 2024-02-11 12:04:58 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2024-02-11 12:04:58 -0500 |
| commit | 7ec8d1deadaabcd200d8628ac257902fe70539be (patch) | |
| tree | 622f7d722ec267534479e328cc6b4509dad6d0fb /ui/typebrowser.h | |
| parent | 44d8b535bd12b81110d3a0826b895bd0d5657f2b (diff) | |
Small changes for 'Import Type By GUID'
Diffstat (limited to 'ui/typebrowser.h')
| -rw-r--r-- | ui/typebrowser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/typebrowser.h b/ui/typebrowser.h index 122642c0..df0104dc 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -496,10 +496,10 @@ public: void changeTypes(); bool canImportType(); void importType(); + bool canImportTypeByGUID(BinaryViewRef view); + void importTypeByGUID(); bool canAddTypeLibrary(); void addTypeLibrary(); - bool canImportTypeByGUID(); - void importTypeByGUID(); bool canExpandAll(); void expandAll(); bool canCollapseAll(); |
