diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/io/FileOutputStream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/io/FileOutputStream.hxx b/src/fs/io/FileOutputStream.hxx index ff1ae31a4..7d30d95bb 100644 --- a/src/fs/io/FileOutputStream.hxx +++ b/src/fs/io/FileOutputStream.hxx @@ -38,7 +38,7 @@ class Path; class FileOutputStream final : public OutputStream { - AllocatedPath path; + const AllocatedPath path; #ifdef WIN32 HANDLE handle; |