From 376b88ec09ef8cf71dd823467406c58204485fcc Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 11 Aug 2015 22:13:23 +0300 Subject: Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes --- include/tgbot/tools/StringTools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/tgbot/tools') diff --git a/include/tgbot/tools/StringTools.h b/include/tgbot/tools/StringTools.h index 6c01575..8df7434 100644 --- a/include/tgbot/tools/StringTools.h +++ b/include/tgbot/tools/StringTools.h @@ -82,9 +82,9 @@ std::string urlDecode(const std::string& value); * @return Array of substrings */ inline std::vector split(const std::string& str, char delimiter) { - std::vector result; - split(str, delimiter, result); - return result; + std::vector result; + split(str, delimiter, result); + return result; } } -- cgit v1.2.3