state_recorder: Prefix call to move with std:: to silence warning

pull/52/head
Jeremy Lorelli 7 months ago committed by Joshie
parent 25eecb1f35
commit 347e78d122

@ -11,7 +11,7 @@ public:
JoltStateRecorderFile( JoltStateRecorderFile &&other )
: StateRecorder( other )
, m_Stream( move( other.m_Stream ) )
, m_Stream( std::move( other.m_Stream ) )
{
}

Loading…
Cancel
Save