summaryrefslogtreecommitdiff
path: root/view/macho/machoview.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/macho/machoview.h')
-rw-r--r--view/macho/machoview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/macho/machoview.h b/view/macho/machoview.h
index 4bf37ef0..6a5e80ae 100644
--- a/view/macho/machoview.h
+++ b/view/macho/machoview.h
@@ -1285,7 +1285,7 @@ namespace BinaryNinja
std::vector<section_64> symbolStubSections;
std::vector<section_64> symbolPointerSections;
- std::vector<std::string> dylibs;
+ std::vector<std::pair<std::string, std::string>> dylibs;
build_version_command buildVersion;
std::vector<build_tool_version> buildToolVersions;