Commit 064e8a7c authored by Max Kellermann's avatar Max Kellermann

input/file: make the "fd" attribute "const"

parent e4dd2696
......@@ -34,7 +34,7 @@
static constexpr Domain file_domain("file");
class FileInputStream final : public InputStream {
int fd;
const int fd;
public:
FileInputStream(const char *path, int _fd, off_t _size,
......
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