aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-11 11:06:52 -0700
committerVictor Zverovich <viz@fb.com>2020-07-11 17:29:17 -0700
commit415cd51913bd525e10943ac96c89ec7692f0e6be (patch)
tree93fab240fb403149c4456c8ca2121e0cecdef644 /src
parente1bfb59619a43a6351434ef3b68ee5b7169a0ba5 (diff)
downloadfmtlib-415cd51913bd525e10943ac96c89ec7692f0e6be.tar.gz
direct_buffered_file -> ostream
Diffstat (limited to 'src')
-rw-r--r--src/os.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os.cc b/src/os.cc
index 74685549..5931702c 100644
--- a/src/os.cc
+++ b/src/os.cc
@@ -314,7 +314,7 @@ long getpagesize() {
# endif
}
-void direct_buffered_file::grow(size_t) {
+void ostream::grow(size_t) {
if (this->size() == BUFSIZ) flush();
}
#endif // FMT_USE_FCNTL