mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-23 03:05:13 +08:00
Make io_file_t members const
This commit is contained in:
parent
6527a48897
commit
66a445f043
2
io.h
2
io.h
@ -73,7 +73,7 @@ public:
|
||||
/** Filename, malloc'd. This needs to be used after fork, so don't use wcstring here. */
|
||||
const char * const filename_cstr;
|
||||
/** file creation flags to send to open */
|
||||
int flags;
|
||||
const int flags;
|
||||
|
||||
virtual void print() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user