diff options
author | JellyBrick <shlee1503@naver.com> | 2018-05-27 22:23:14 +0900 |
---|---|---|
committer | JellyBrick <shlee1503@naver.com> | 2018-05-27 22:23:14 +0900 |
commit | 6d365b8b555e7d1f6b32ba8b87bea8a593021cc2 (patch) | |
tree | 43c4b8a95de1a502b5d453d1831762f0648b11f2 /include | |
parent | 94f8360629909e93e82417085db8381791c95c7b (diff) |
Fix build error (no matching function)
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/Api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index dd1805d..7a82072 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -239,7 +239,7 @@ public: * @return Returns True on success. */ bool createNewStickerSet(int32_t userId, const std::string& name, const std::string& title, - const std::string pngSticker, const std::string& emojis, bool containsMasks = false, MaskPosition::Ptr maskPosition = nullptr) const; + const std::string& pngSticker, const std::string& emojis, bool containsMasks = false, MaskPosition::Ptr maskPosition = nullptr) const; /** * Use this method to add a new sticker to a set created by the bot. |