summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();