aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/depdb.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-08 08:23:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-08 08:23:49 +0200
commit1b223af456140fb02af647bed6cbff18973b0229 (patch)
tree07ff16ac92412aec3fc55a1f7e3a8174f014eaec /libbuild2/depdb.hxx
parent171b0e3a3b6f5bde0489c0e12c679fcefdeca54f (diff)
Adjust to renaming of butl::fdbuf to fdstreambuf
Diffstat (limited to 'libbuild2/depdb.hxx')
-rw-r--r--libbuild2/depdb.hxx2
1 files changed, 1 insertions, 1 deletions
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