diff options
Diffstat (limited to 'patchoat/patchoat.h')
-rw-r--r-- | patchoat/patchoat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patchoat/patchoat.h b/patchoat/patchoat.h index 466dacb492..43cdaea97b 100644 --- a/patchoat/patchoat.h +++ b/patchoat/patchoat.h @@ -207,6 +207,8 @@ class PatchOat { TimingLogger* timings_; friend class FixupRootVisitor; + friend class PatchOatArtFieldVisitor; + friend class PatchOatArtMethodVisitor; DISALLOW_IMPLICIT_CONSTRUCTORS(PatchOat); }; |