Update file_helper.h

This commit is contained in:
Gabi Melman
2018-08-17 14:07:49 +03:00
committed by GitHub
parent 28435dc736
commit 176cab4fee

View File

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