diff options
Diffstat (limited to 'runtime/oat.h')
-rw-r--r-- | runtime/oat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.h b/runtime/oat.h index 35d0c92e84..12a8298771 100644 --- a/runtime/oat.h +++ b/runtime/oat.h @@ -171,7 +171,7 @@ std::ostream& operator<<(std::ostream& os, const OatClassType& rhs); class PACKED(4) OatMethodOffsets { public: - OatMethodOffsets(uint32_t code_offset = 0); + explicit OatMethodOffsets(uint32_t code_offset = 0); ~OatMethodOffsets(); |