Merge "Bugfix: add "override" explicitly to make the compiler happy" into rvc-dev am: 8f3fee6216
am: 72d170ffb7
am: 104b9d3367
am: 1665d91e76
Change-Id: I2006463f0b03570c3a229362cb85b402008086e5
This commit is contained in:
commit
c70775f853
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue