diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 38d0f460bc..8179497ae9 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -1731,7 +1731,7 @@ void Profile::AddStepsRecentScore( const Song* pSong, const Steps* pSteps, HighS XNode* Profile::HighScoreForACourseAndTrail::CreateNode() const { - XNode* pNode = new XNode( "HighScoresForACourseAndTrail" ); + XNode* pNode = new XNode( "HighScoreForACourseAndTrail" ); pNode->AppendChild( courseID.CreateNode() ); pNode->AppendChild( trailID.CreateNode() );