summaryrefslogtreecommitdiff
path: root/include/tgbot/tools/FileTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/tools/FileTools.h')
-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