mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Bugfix: add "override" explicitly to make the compiler happy" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8f3fee6216
@@ -206,7 +206,7 @@ private:
|
||||
InternalPool(VehiclePropertyType type, size_t vectorSize)
|
||||
: mPropType(type), mVectorSize(vectorSize) {}
|
||||
|
||||
RecyclableType obtain() {
|
||||
RecyclableType obtain() override {
|
||||
return ObjectPool<VehiclePropValue>::obtain();
|
||||
}
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user