Skip to content

Commit 9687c1d

Browse files
authored
Added missing private label in WriteableFile Unix implementation (#88)
1 parent bbd4e0e commit 9687c1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fineftp-server/src/unix/file_man.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class WriteableFile
101101
return file_stream_.good();
102102
}
103103

104+
private:
104105
std::fstream file_stream_;
105106
std::vector<char> stream_buffer_;
106107
};

0 commit comments

Comments
 (0)