Apply suggestions from code review
This commit is contained in:
parent
8bf75f9791
commit
7fa287db73
@ -379,7 +379,7 @@ struct ostream_params {
|
||||
# endif
|
||||
};
|
||||
|
||||
class file_buffer final : public detail::buffer<char> {
|
||||
class file_buffer final : public buffer<char> {
|
||||
file file_;
|
||||
|
||||
FMT_API void grow(size_t) override;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user