[btree_damage_visitor] tweak a typedef
This commit is contained in:
parent
8253930cdd
commit
ac73593c15
@ -36,7 +36,7 @@ namespace persistent_data {
|
|||||||
damage_begin_(0) {
|
damage_begin_(0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef run<block_address> run64;
|
typedef run<uint64_t> run64;
|
||||||
typedef boost::optional<run64> maybe_run64;
|
typedef boost::optional<run64> maybe_run64;
|
||||||
|
|
||||||
void bad_node() {
|
void bad_node() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user