Skip to content
Snippets Groups Projects
Commit 82f5b3bd authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix llop_closure_ return type

parent 09e539eb
No related branches found
No related tags found
2 merge requests!42devel->main,!40Resolve "follow core 465 Migrate from StateBlock to StateDerived"
......@@ -55,7 +55,7 @@ class ProcessorLoopClosureFalkoPublic : public ProcessorLoopClosureFalkoAhtBsc
~ProcessorLoopClosureFalkoPublic() = default;
std::shared_ptr<LoopClosureFalko<bsc, bscExtractor, aht_matcher>> getLoopClosure()
std::shared_ptr<LoopClosureFalkoAht<bsc, bscExtractor>> getLoopClosure()
{
return loop_closure_;
}
......
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