From 7ec8d1deadaabcd200d8628ac257902fe70539be Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Sun, 11 Feb 2024 12:04:58 -0500 Subject: Small changes for 'Import Type By GUID' --- ui/typebrowser.h | 4 ++-- 1 file 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(); -- cgit v1.3.1