mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
One slipped through
This commit is contained in:
parent
32c6ef0b7c
commit
4c573cde73
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ STRUCTS
|
|||
template< class T >
|
||||
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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue