feat: fix warning

This commit is contained in:
Yunfan Li
2023-05-24 19:44:53 +08:00
parent c16e587854
commit 429dc03100
7 changed files with 11 additions and 11 deletions

View File

@@ -545,7 +545,7 @@ std::vector<std::string> Engine::GetStrategies()
result.push_back(i->first);
}
return std::move(result);
return result;
}
void Engine::PushAgain(ActionNode* actionNode, float relevance, Event event)