From 1b223af456140fb02af647bed6cbff18973b0229 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Sep 2021 08:23:49 +0200 Subject: Adjust to renaming of butl::fdbuf to fdstreambuf --- libbuild2/depdb.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/depdb.hxx') diff --git a/libbuild2/depdb.hxx b/libbuild2/depdb.hxx index 671c7fd..c3e60a2 100644 --- a/libbuild2/depdb.hxx +++ b/libbuild2/depdb.hxx @@ -75,7 +75,7 @@ namespace build2 ofdstream os_; // write }; - butl::fdbuf* buf_; // Current buffer (for tellg()/tellp()). + butl::fdstreambuf* buf_; // Current buffer (for tellg()). }; class LIBBUILD2_SYMEXPORT depdb: private depdb_base -- cgit v1.1