diff options
Diffstat (limited to 'src/Api.cpp')
-rw-r--r-- | src/Api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Api.cpp b/src/Api.cpp index 43a9dba..7bd9e64 100644 --- a/src/Api.cpp +++ b/src/Api.cpp @@ -3,7 +3,7 @@ namespace TgBot { Api::Api(std::string token, const HttpClient& httpClient, const std::string& url) - : _token(std::move(token)), _httpClient(httpClient), _tgTypeParser(), _url(url) { + : _httpClient(httpClient), _token(std::move(token)), _tgTypeParser(), _url(url) { } std::vector<Update::Ptr> Api::getUpdates(std::int32_t offset, |