diff options
Diffstat (limited to 'src/processor/static_contained_range_map.h')
-rw-r--r-- | src/processor/static_contained_range_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/static_contained_range_map.h b/src/processor/static_contained_range_map.h index 4d26e63f..6a9b8b7b 100644 --- a/src/processor/static_contained_range_map.h +++ b/src/processor/static_contained_range_map.h @@ -81,7 +81,7 @@ class StaticContainedRangeMap { // actually contain an entry, so its entry_ field is meaningless. For // this reason, the entry_ field should only be accessed on child // ContainedRangeMap objects, and never on |this|. - u_int32_t entry_size_; + uint32_t entry_size_; const EntryType *entry_ptr_; // The map containing child ranges, keyed by each child range's high |