From dc1257a85db65510ffa782e2744a773421bb73c2 Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 9 Apr 2019 01:00:37 +0500 Subject: [PATCH] changed to SplitStr --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.h b/src/util.h index dc421092a..9cdbabf70 100644 --- a/src/util.h +++ b/src/util.h @@ -287,6 +287,8 @@ template void TraceThread(const char* name, Callable func) } } +void SplitStr(const std::string& strVal, std::vector &outVals); + #define KOMODO_ASSETCHAIN_MAXLEN 65