From 297e5bc0f8cb6a7fd0f3fbf1a722da7d47d6dea3 Mon Sep 17 00:00:00 2001 From: Mio Date: Wed, 21 Mar 2018 12:54:45 +0800 Subject: rename _stringarrayptr with _allowupdates to stay the same with getUpdates() --- include/tgbot/net/TgLongPoll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tgbot/net') diff --git a/include/tgbot/net/TgLongPoll.h b/include/tgbot/net/TgLongPoll.h index 3c0988a..93ace5b 100644 --- a/include/tgbot/net/TgLongPoll.h +++ b/include/tgbot/net/TgLongPoll.h @@ -48,7 +48,7 @@ private: int32_t _lastUpdateId = 0; int32_t _limit; int32_t _timeout; - std::shared_ptr> _stringarrayptr; + std::shared_ptr> _allowupdates; const Api* _api; const EventHandler* _eventHandler; }; -- cgit v1.2.3