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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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