Skip to content
Snippets Groups Projects
Commit 447186f8 authored by Andreas Rauschert's avatar Andreas Rauschert
Browse files

Buildfix - define header function inline

would otherwise cause a compiler error on multiple usages
parent 80e0ba31
No related branches found
No related tags found
2 merge requests!18Extend ILaneLocationQueryService inteface,!16BMW Dev-branch
......@@ -22,7 +22,7 @@
namespace mantle_api
{
void SetSpeed(mantle_api::IEntity* entity, double velocity)
inline void SetSpeed(mantle_api::IEntity* entity, double velocity)
{
auto orientation = entity->GetOrientation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment