From 98c4038df36fb73601c58ccd885d1c2d3703cf6e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Sep 2021 08:26:54 +0200 Subject: Factor "buffered streambuf" interface from fdbuf to bufstreambuf Also rename fdbuf to fdstreambuf for consistency. --- libbutl/char-scanner.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/char-scanner.txx') diff --git a/libbutl/char-scanner.txx b/libbutl/char-scanner.txx index 35edf42..63389f0 100644 --- a/libbutl/char-scanner.txx +++ b/libbutl/char-scanner.txx @@ -19,7 +19,7 @@ namespace butl position (p), is_ (is), val_ (std::move (v)), - buf_ (dynamic_cast (is.rdbuf ())), + buf_ (dynamic_cast (is.rdbuf ())), gptr_ (nullptr), egptr_ (nullptr), crlf_ (crlf) -- cgit v1.1