mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Merge "Bugfix: add "override" explicitly to make the compiler happy" into rvc-dev am: 8f3fee6216 am: 72d170ffb7 am: 104b9d3367
Change-Id: Ia62892e59060e9922221865997763769c154b18b
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