aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/macho_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/macho_id.h')
-rw-r--r--src/common/mac/macho_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/macho_id.h b/src/common/mac/macho_id.h
index c5261255..d9f02181 100644
--- a/src/common/mac/macho_id.h
+++ b/src/common/mac/macho_id.h
@@ -86,7 +86,7 @@ class MachoID {
void UpdateSHA1(unsigned char *bytes, size_t size);
// Bottleneck for update routines
- void Update(unsigned char *bytes, size_t size);
+ void Update(MachoWalker *walker, unsigned long offset, size_t size);
// The callback from the MachoWalker for CRC, MD5, and SHA1
static bool WalkerCB(MachoWalker *walker, load_command *cmd, off_t offset,