Skip to content
Snippets Groups Projects
Commit c1685f69 authored by Max Heimbrock's avatar Max Heimbrock Committed by Andreas Rauschert
Browse files

fix: clang15 warnings

parent 11b68899
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ void ControllerCreator::CreateControllers(const std::vector<std::shared_ptr<NET_
ControllerRegistrar registrar{
*entity,
entity_name,
std::move(scenario_object->GetObjectController()),
scenario_object->GetObjectController(),
environment_,
controller_repository,
controller_service_};
......
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