fs/io/FileOutputStream: make "path" const
This commit is contained in:
parent
cd35271698
commit
6dc3097998
@ -38,7 +38,7 @@
|
||||
class Path;
|
||||
|
||||
class FileOutputStream final : public OutputStream {
|
||||
AllocatedPath path;
|
||||
const AllocatedPath path;
|
||||
|
||||
#ifdef WIN32
|
||||
HANDLE handle;
|
||||
|
Loading…
Reference in New Issue
Block a user