diff options
Diffstat (limited to 'libartbase/base/memory_region.h')
-rw-r--r-- | libartbase/base/memory_region.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/memory_region.h b/libartbase/base/memory_region.h index 206032923f..9c9ff92071 100644 --- a/libartbase/base/memory_region.h +++ b/libartbase/base/memory_region.h @@ -34,7 +34,7 @@ namespace art { // Memory regions are useful for accessing memory with bounds check in // debug mode. They can be safely passed by value and do not assume ownership // of the region. -class MemoryRegion FINAL : public ValueObject { +class MemoryRegion final : public ValueObject { public: struct ContentEquals { constexpr bool operator()(const MemoryRegion& lhs, const MemoryRegion& rhs) const { |