1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 19:27:45 +00:00

One slipped through

This commit is contained in:
Mordred 2018-11-23 21:20:16 +01:00
parent e2220b0685
commit ee2f45a335

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 );