aboutsummaryrefslogtreecommitdiff
path: root/include/fmt/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fmt/os.h')
-rw-r--r--include/fmt/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fmt/os.h b/include/fmt/os.h
index 88151006..d44ea0c9 100644
--- a/include/fmt/os.h
+++ b/include/fmt/os.h
@@ -388,7 +388,7 @@ class ostream final : private detail::buffer<char> {
clear();
}
- void grow(size_t) final;
+ FMT_API void grow(size_t) override final;
ostream(cstring_view path, const detail::ostream_params& params)
: file_(path, params.oflag) {