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

@ -40,7 +40,7 @@ TextFile::TextFile(Path path_fs)
{
}
TextFile::~TextFile() = default;
TextFile::~TextFile() noexcept = default;
char *
TextFile::ReadLine()

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