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 c05d03a8..d9c02b08 100644
--- a/view/macho/machoview.h
+++ b/view/macho/machoview.h
@@ -1413,7 +1413,7 @@ namespace BinaryNinja
linkedit_data_command chainedFixups {};
section_64 chainStarts {};
- DataBuffer* stringList;
+ DataBuffer stringList;
size_t stringListSize = 0;
uint64_t relocationBase = 0;