From 7fa287db73f08d8a078fc75821a7912968e0c49c Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Sun, 23 Oct 2022 00:36:53 +0300 Subject: [PATCH] Apply suggestions from code review --- include/fmt/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/os.h b/include/fmt/os.h index 58a16a57..d94075a8 100644 --- a/include/fmt/os.h +++ b/include/fmt/os.h @@ -379,7 +379,7 @@ struct ostream_params { # endif }; -class file_buffer final : public detail::buffer { +class file_buffer final : public buffer { file file_; FMT_API void grow(size_t) override;