mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Bugfix: add "override" explicitly to make the compiler happy" into rvc-dev am: 8f3fee6216 am: 72d170ffb7
Change-Id: Ibb923a67fbf370283fc58fa811e9eb45d6fdb7f2
This commit is contained in:
@@ -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