[era] qualify btiset

This commit is contained in:
Joe Thornber 2014-04-01 17:43:15 +01:00
parent c802bf81d5
commit 7eabc78d6d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace {
void visit(btree_path const &path, era_detail const &era) {
era_ = path[0];
bitset bs(tm_, era.writeset_root, era.nr_bits);
persistent_data::bitset bs(tm_, era.writeset_root, era.nr_bits);
writeset_v_.writeset_begin(era_, era.nr_bits);
bs.walk_bitset(*this);
writeset_v_.writeset_end();