diff --git a/vphysics_jolt/vjolt_state_recorder_file.h b/vphysics_jolt/vjolt_state_recorder_file.h index 27b19e5..baa79ef 100644 --- a/vphysics_jolt/vjolt_state_recorder_file.h +++ b/vphysics_jolt/vjolt_state_recorder_file.h @@ -11,7 +11,7 @@ public: JoltStateRecorderFile( JoltStateRecorderFile &&other ) : StateRecorder( other ) - , m_Stream( move( other.m_Stream ) ) + , m_Stream( std::move( other.m_Stream ) ) { }