Update file_helper.h

pull/804/head
Gabi Melman 7 years ago committed by GitHub
parent 28435dc736
commit 176cab4fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ public:
} }
private: private:
FILE *fd_{nullptr}; std::FILE *fd_{nullptr};
filename_t _filename; filename_t _filename;
}; };
} // namespace details } // namespace details

Loading…
Cancel
Save