fs/io/FileOutputStream: make "path" const

This commit is contained in:
Max Kellermann 2015-03-23 22:35:56 +01:00
parent cd35271698
commit 6dc3097998

View File

@ -38,7 +38,7 @@
class Path;
class FileOutputStream final : public OutputStream {
AllocatedPath path;
const AllocatedPath path;
#ifdef WIN32
HANDLE handle;