summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2022-06-03 18:22:23 +0300
committerGitHub <noreply@github.com>2022-06-03 18:22:23 +0300
commit1c52572fec3f4e4194ed5fdc945d65c70c60a3ba (patch)
tree852f9c9eff215d469aa8e0e497c73a5fb9285de7
parent406d8e4d87232491bc14fcbee4689378f6bf9414 (diff)
parentb4df1a8031a4ef4c434aae05c45cd18937052051 (diff)
Merge pull request #200 from dan4ik605743/fix-Werror
Library is not built with -Werror
-rw-r--r--include/tgbot/tools/FileTools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/tools/FileTools.h b/include/tgbot/tools/FileTools.h
index 82291f4..0c3a838 100644
--- a/include/tgbot/tools/FileTools.h
+++ b/include/tgbot/tools/FileTools.h
@@ -27,7 +27,7 @@ std::string read(const std::string& filePath);
TGBOT_API
void write(const std::string& content, const std::string& filePath);
-};
+}
#endif //TGBOT_FILETOOLS_H