From e9d4ed341ff9ffcda267e7ecc1541f7ee1e570ed Mon Sep 17 00:00:00 2001 From: nesc1 Date: Sun, 8 Nov 2020 11:44:42 +0000 Subject: Update include/tgbot/TgTypeParser.h Co-authored-by: JellyBrick --- include/tgbot/TgTypeParser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/tgbot/TgTypeParser.h b/include/tgbot/TgTypeParser.h index e9f79e2..5961bbe 100644 --- a/include/tgbot/TgTypeParser.h +++ b/include/tgbot/TgTypeParser.h @@ -501,7 +501,6 @@ private: } } - inline void appendToJson(std::string& json, const std::string& varName, const char *value) const { appendToJson(json, varName, std::string(value)); } void appendToJson(std::string& json, const std::string& varName, const std::string& value) const; }; -- cgit v1.2.3