Tidy up a typedef
This commit is contained in:
@@ -488,7 +488,7 @@ namespace {
|
|||||||
|
|
||||||
class bitmap_tree_validator : public btree_checker<1, index_entry_traits> {
|
class bitmap_tree_validator : public btree_checker<1, index_entry_traits> {
|
||||||
public:
|
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;
|
typedef boost::shared_ptr<bitmap_tree_validator> ptr;
|
||||||
|
|
||||||
bitmap_tree_validator(block_counter &counter)
|
bitmap_tree_validator(block_counter &counter)
|
||||||
|
Reference in New Issue
Block a user