From 376b88ec09ef8cf71dd823467406c58204485fcc Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 11 Aug 2015 22:13:23 +0300 Subject: Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes --- 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 6f01fd3..1a3e172 100644 --- a/include/tgbot/TgException.h +++ b/include/tgbot/TgException.h @@ -35,7 +35,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