Browse Source

fs_open.hpp

allocs
Antonio SJ Musumeci 2 weeks ago
parent
commit
18ac5a9b55
  1. 2
      src/fs_open.hpp

2
src/fs_open.hpp

@ -74,7 +74,7 @@ namespace fs
{ {
return fs::open(path_.c_str(),flags_,mode_); return fs::open(path_.c_str(),flags_,mode_);
} }
w
static static
inline inline
int int

Loading…
Cancel
Save