[thin tools] fix ambiguous reference to 'bitset'

This commit is contained in:
Joe Thornber 2014-04-01 16:39:45 +01:00
parent df8447de3d
commit 47ec37a9fd

View File

@ -221,7 +221,7 @@ persistent_data::bitset::get_root() const
}
unsigned
bitset::get_nr_bits() const
persistent_data::bitset::get_nr_bits() const
{
return impl_->get_nr_bits();
}