diff options
author | Max Kellermann <max@duempel.org> | 2015-12-16 10:24:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-12-16 10:24:43 +0100 |
commit | e4a06da14e1184eacd00834aaf05c5457703a7eb (patch) | |
tree | 7d4d168bfd8475e9113b2d9d2e4b8b74c606f092 /src/StateFile.hxx | |
parent | 36d6ead65cf507948744ee5d8615c8ef20e42f9d (diff) |
fs/io/OutputStream: use C++ exceptions in Write()
Diffstat (limited to 'src/StateFile.hxx')
-rw-r--r-- | src/StateFile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StateFile.hxx b/src/StateFile.hxx index b96b89dfb..4157552fd 100644 --- a/src/StateFile.hxx +++ b/src/StateFile.hxx @@ -60,7 +60,7 @@ public: void CheckModified(); private: - bool Write(OutputStream &os, Error &error); + void Write(OutputStream &os); void Write(BufferedOutputStream &os); /** |