fix inline
This commit is contained in:
parent
ebdf386ba2
commit
092dcea16b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user