From fa662a813bc36db87a83e2eae02f598f4342240f Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 29 May 2018 22:18:08 +0900 Subject: Fix build error (no matching function) --- include/tgbot/TgTypeParser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3