diff --git a/source/armarx/navigation/client/ComponentPlugin.h b/source/armarx/navigation/client/ComponentPlugin.h index 38ab565fb95c1bea71ee78e4838dbb6f050771ed..f41322c3e3d5520ac0e393df601d824138fe2129 100644 --- a/source/armarx/navigation/client/ComponentPlugin.h +++ b/source/armarx/navigation/client/ComponentPlugin.h @@ -38,7 +38,8 @@ namespace armarx::navigation::client const std::string& configId); void configureNavigator(const client::NavigationStackConfig& stackConfig, - const std::string& configId, armarx::armem::client::MemoryNameSystem& memoryNameSystem); + const std::string& configId, + armarx::armem::client::MemoryNameSystem& memoryNameSystem); private: static constexpr const char* PROPERTY_NAME = "nav.NavigatorName";