diff options
Diffstat (limited to 'src/processor/static_map.h')
-rw-r--r-- | src/processor/static_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/static_map.h b/src/processor/static_map.h index 15a5573b..9723ab2a 100644 --- a/src/processor/static_map.h +++ b/src/processor/static_map.h @@ -131,7 +131,7 @@ class StaticMap { // Array of offset addresses for stored values. // For example: // address_of_i-th_node_value = raw_data_ + offsets_[i] - const u_int32_t* offsets_; + const uint32_t* offsets_; // keys_[i] = key of i_th node const Key* keys_; |