Tidy up a typedef

This commit is contained in:
Joe Thornber 2013-05-01 16:29:44 +01:00
parent 5d0b23beea
commit e1c5d485eb

View File

@ -488,7 +488,7 @@ namespace {
class bitmap_tree_validator : public btree_checker<1, index_entry_traits> {
public:
typedef typename btree_checker<1, index_entry_traits>::visitor::node_location node_location;
typedef btree_detail::node_location node_location;
typedef boost::shared_ptr<bitmap_tree_validator> ptr;
bitmap_tree_validator(block_counter &counter)