fs/io/TextFile: add noexcept

This commit is contained in:
Max Kellermann
2019-04-26 14:44:27 +02:00
parent 6d86902a02
commit 392b783c9e
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ public:
TextFile(const TextFile &other) = delete;
~TextFile();
~TextFile() noexcept;
/**
* Reads a line from the input file, and strips trailing