commit | e45a015aa86c810838d543b3ed2321a30196d716 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Oct 15 00:42:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 15 00:42:05 2020 +0000 |
tree | e380b0d7fafd5b2ffd8f68e3a83178e692d1ef7f | |
parent | 02cc1eef033a5dd0d5286044d92fcdca445b5625 [diff] | |
parent | aefd890c3144aa741eec784becbc37ec9c11f0f7 [diff] |
Merge "typo: remove semicolon in a wrong position" am: 257db3c143 am: 2529b3ab30 am: aefd890c31 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1459863 Change-Id: I93f9c1dd49650e9833f8557cdb31bd62ad35beb2
diff --git a/libs/binder/include/binder/ParcelableHolder.h b/libs/binder/include/binder/ParcelableHolder.h index b6814aa..5da2515 100644 --- a/libs/binder/include/binder/ParcelableHolder.h +++ b/libs/binder/include/binder/ParcelableHolder.h
@@ -103,7 +103,7 @@ return std::shared_ptr<T>(mParcelable, reinterpret_cast<T*>(mParcelable.get())); } - Stability getStability() const override { return mStability; }; + Stability getStability() const override { return mStability; } inline bool operator!=(const ParcelableHolder& rhs) const { return std::tie(mParcelable, mParcelPtr, mStability) !=