Overridden virtual function should be marked as override final.
This commit is contained in:
parent
25c870dc57
commit
c21a476b00
@ -761,7 +761,7 @@ class ContiguousInternalMemoryDataFacadeBase : public BaseDataFacade
|
|||||||
return edge_based_node_data.GetGeometryID(id);
|
return edge_based_node_data.GetGeometryID(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
ComponentID GetComponentID(const NodeID id) const
|
ComponentID GetComponentID(const NodeID id) const override final
|
||||||
{
|
{
|
||||||
return edge_based_node_data.GetComponentID(id);
|
return edge_based_node_data.GetComponentID(id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user