commit | b28cf0769d8f555e3109ec1a567d86c66937493b | [log] [tgz] |
---|---|---|
author | Casey Dahlin <sadmac@google.com> | Mon Mar 11 17:49:46 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 11 17:49:46 2019 -0700 |
tree | 894b78b385f278739c37f4cf74a0e75b85ff2afc | |
parent | 4c88d1aec310f7ca4bebb7a795fddc68a1e6bf59 [diff] | |
parent | 29f853d2e1d73144aa589524c39a9e87ba75adde [diff] |
Merge "Add missing override keyword" am: 8a1fb91e14 am: 29f853d2e1 Change-Id: I1b335d648e0977bfc3dc8e2141030ce6bc3f4b67
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;