summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2024-02-11 12:04:58 -0500
committerPeter LaFosse <peter@vector35.com>2024-02-11 12:04:58 -0500
commit7ec8d1deadaabcd200d8628ac257902fe70539be (patch)
tree622f7d722ec267534479e328cc6b4509dad6d0fb
parent44d8b535bd12b81110d3a0826b895bd0d5657f2b (diff)
Small changes for 'Import Type By GUID'
-rw-r--r--ui/typebrowser.h4
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();