commit | b3604c30bf4da1df4cdc0bd0a4247439c00ea518 | [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 | bc490c9c7c3d434169c9de83a90e72b69586ce3e [diff] | |
parent | b3dca36e80f85acb6db3d7e64b091c63cc98f48a [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;