From d47ee877be5d1175bdc36f2d87881ddaf875a8e9 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 01:56:42 +0300 Subject: Refactor http clients, fix webhook server, add more samples, change tabs to 4 spaces --- include/tgbot/TgException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tgbot/TgException.h') diff --git a/include/tgbot/TgException.h b/include/tgbot/TgException.h index 4b03e1c..d6ff7d7 100644 --- a/include/tgbot/TgException.h +++ b/include/tgbot/TgException.h @@ -36,7 +36,7 @@ namespace TgBot { class TgException : public std::runtime_error { public: - explicit TgException(const std::string description); + explicit TgException(const std::string description); }; } -- cgit v1.2.3