fs/io/FileOutputStream: disallow copying
This commit is contained in:
parent
0701333ec1
commit
19d9ce260a
@ -105,6 +105,9 @@ public:
|
||||
Cancel();
|
||||
}
|
||||
|
||||
FileOutputStream(const FileOutputStream &) = delete;
|
||||
FileOutputStream &operator=(const FileOutputStream &) = delete;
|
||||
|
||||
public:
|
||||
Path GetPath() const noexcept {
|
||||
return path;
|
||||
|
Loading…
Reference in New Issue
Block a user