diff options
Diffstat (limited to 'indexlib/thing.h')
-rw-r--r-- | indexlib/thing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexlib/thing.h b/indexlib/thing.h index 923bad33c..0fc495f73 100644 --- a/indexlib/thing.h +++ b/indexlib/thing.h @@ -157,8 +157,8 @@ struct simple_accessor { write<uint32_t>( out, p.cast_to_uint32() ); \ } \ template<> \ - struct byte_lenght_struct< pointer <name> > { \ - static const unsigned value = byte_lenght_struct<uint32_t>::value; \ + struct byte_length_struct< pointer <name> > { \ + static const unsigned value = byte_length_struct<uint32_t>::value; \ }; \ } // namespace |