Skip to content
Snippets Groups Projects
Commit 5f08eaed authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix endless recurrence

parent fd731891
No related branches found
No related tags found
2 merge requests!102ArMem Memory Updates,!100Memory QueryBuilder
......@@ -18,7 +18,7 @@ namespace armarx::armem::client::query::detail
virtual DerivedT& withNames(const std::vector<std::string>& names)
{
return withNames(names);
return withNames<std::vector<std::string>>(names);
}
template <class StringContainerT>
......
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