aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/macho_walker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/macho_walker.h')
-rw-r--r--src/common/mac/macho_walker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/mac/macho_walker.h b/src/common/mac/macho_walker.h
index 6445a4f4..0d30b5c0 100644
--- a/src/common/mac/macho_walker.h
+++ b/src/common/mac/macho_walker.h
@@ -99,6 +99,10 @@ class MachoWalker {
struct mach_header_64 *current_header_;
unsigned long current_header_size_;
off_t current_header_offset_;
+
+ private:
+ MachoWalker(const MachoWalker &);
+ MachoWalker &operator=(const MachoWalker &);
};
} // namespace MacFileUtilities