diff options
author | JellyBrick <shlee1503@naver.com> | 2018-06-22 22:12:21 +0900 |
---|---|---|
committer | JellyBrick <shlee1503@naver.com> | 2018-06-22 22:12:21 +0900 |
commit | e2871c54a71a8015923b8215816c2a81e1b0c209 (patch) | |
tree | ec5b31615781d7673f6190fbe2eaaef85d82c5d1 /include | |
parent | 8cdd0f4551e6d3d22c4fc753fb20e82918a43090 (diff) |
Regenerate docs
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/TgTypeParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/TgTypeParser.h b/include/tgbot/TgTypeParser.h index 5ac322a..356b69e 100644 --- a/include/tgbot/TgTypeParser.h +++ b/include/tgbot/TgTypeParser.h @@ -413,7 +413,7 @@ public: } private: - inline void removeLastComma(const std::string& input) const { + inline void removeLastComma(std::string& input) const { input.erase(input.length() - 1); } |