commit | 29f853d2e1d73144aa589524c39a9e87ba75adde | [log] [tgz] |
---|---|---|
author | Casey Dahlin <sadmac@google.com> | Mon Mar 11 17:20:52 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 11 17:20:52 2019 -0700 |
tree | 894b78b385f278739c37f4cf74a0e75b85ff2afc | |
parent | 747e647bd39dc1fd5ee4d49fd5c65261b43c7c1c [diff] | |
parent | 8a1fb91e14686fe2447e807291bdbf737d930496 [diff] |
Merge "Add missing override keyword" am: 8a1fb91e14 Change-Id: I830ffece013b56785a26f6b5463c401fb66a2eb1
diff --git a/libunwindstack/include/unwindstack/Memory.h b/libunwindstack/include/unwindstack/Memory.h index dba41d1..b3beb6e 100644 --- a/libunwindstack/include/unwindstack/Memory.h +++ b/libunwindstack/include/unwindstack/Memory.h
@@ -101,7 +101,7 @@ size_t Size() { return size_; } - void Clear(); + void Clear() override; protected: size_t size_ = 0;