diff options
author | nesc1 <nuno.esculcas@gmail.com> | 2020-11-08 11:44:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 11:44:42 +0000 |
commit | e9d4ed341ff9ffcda267e7ecc1541f7ee1e570ed (patch) | |
tree | baa2c8f15d14b4a6d4719ef2535e0f5d64965c73 /include | |
parent | 12c6560123aece5cec9f2a16c652cf1f89d751ea (diff) |
Update include/tgbot/TgTypeParser.h
Co-authored-by: JellyBrick <shlee1503@naver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/TgTypeParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |