summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJellyBrick <shlee1503@naver.com>2018-05-29 22:18:08 +0900
committerJellyBrick <shlee1503@naver.com>2018-05-29 22:18:08 +0900
commitfa662a813bc36db87a83e2eae02f598f4342240f (patch)
tree49e569fc58b107cd55b15251d56c41b574113452 /include
parentad8ca77ece2b3185ca546f120dc4f7a13e602aa2 (diff)
Fix build error (no matching function)
Diffstat (limited to 'include')
-rw-r--r--include/tgbot/TgTypeParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/TgTypeParser.h b/include/tgbot/TgTypeParser.h
index aea4f8b..a24184a 100644
--- a/include/tgbot/TgTypeParser.h
+++ b/include/tgbot/TgTypeParser.h
@@ -118,6 +118,7 @@ public:
User::Ptr parseJsonAndGetUser(const boost::property_tree::ptree& data) const;
std::string parseUser(const User::Ptr& object) const;
MessageEntity::Ptr parseJsonAndGetMessageEntity(const boost::property_tree::ptree& data) const;
+ std::string parseMessageEntity(const MessageEntity::Ptr& object) const;
Message::Ptr parseJsonAndGetMessage(const boost::property_tree::ptree& data) const;
std::string parseMessage(const Message::Ptr& object) const;
PhotoSize::Ptr parseJsonAndGetPhotoSize(const boost::property_tree::ptree& data) const;