1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

One slipped through

This commit is contained in:
Mordred 2018-11-23 21:20:16 +01:00
parent 32c6ef0b7c
commit 4c573cde73

View file

@ -35,7 +35,7 @@ STRUCTS
template< class T > template< class T >
T getField( std::vector< xiv::exd::Field >& fields, uint32_t index ) T getField( std::vector< xiv::exd::Field >& fields, uint32_t index )
{ {
return boost::get< T >( fields.at( index ) ); return std::get< T >( fields.at( index ) );
} }
void loadIdList( xiv::exd::Exd& data, std::set< uint32_t >& outIdList ); void loadIdList( xiv::exd::Exd& data, std::set< uint32_t >& outIdList );