fix inline

This commit is contained in:
chatlanin 2022-12-14 11:01:18 +03:00
parent ebdf386ba2
commit 092dcea16b

View File

@ -69,7 +69,7 @@ namespace hack::utils
return query;
}
std::string make_query(const std::string func)
inline std::string make_query(const std::string func)
{
std::string query = "SELECT s_func." + func + "();";
return query;