summaryrefslogtreecommitdiff
path: root/view/macho/objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/macho/objc.h')
-rw-r--r--view/macho/objc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/macho/objc.h b/view/macho/objc.h
index 42aec8d0..d64923cf 100644
--- a/view/macho/objc.h
+++ b/view/macho/objc.h
@@ -10,7 +10,7 @@ namespace BinaryNinja {
public:
void Read(void* dest, size_t len) override;
- std::string ReadCString() override;
+ std::string ReadCString(size_t maxLength = -1) override;
uint8_t Read8() override;
uint16_t Read16() override;
uint32_t Read32() override;