fs/io/OutputStream: use C++ exceptions in Write()
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
void CheckModified();
|
||||
|
||||
private:
|
||||
bool Write(OutputStream &os, Error &error);
|
||||
void Write(OutputStream &os);
|
||||
void Write(BufferedOutputStream &os);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user