changed to SplitStr

This commit is contained in:
dimxy
2019-04-09 01:00:37 +05:00
parent e92c6c4c1b
commit dc1257a85d

View File

@@ -287,6 +287,8 @@ template <typename Callable> void TraceThread(const char* name, Callable func)
}
}
void SplitStr(const std::string& strVal, std::vector<std::string> &outVals);
#define KOMODO_ASSETCHAIN_MAXLEN 65