Commit 6dc30979 authored by Max Kellermann's avatar Max Kellermann

fs/io/FileOutputStream: make "path" const

parent cd352716
......@@ -38,7 +38,7 @@
class Path;
class FileOutputStream final : public OutputStream {
AllocatedPath path;
const AllocatedPath path;
#ifdef WIN32
HANDLE handle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment