From 4f256b12b142e3ccc858fc5f1a9f56c3bb31768a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 13 Aug 2007 19:24:54 +0000 Subject: [PATCH] store as a reference --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 608caf2d74..42d053fcf2 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -310,7 +310,7 @@ float Profile::GetSongsPossible( StepsType st, Difficulty dc ) const int iTotalSteps = 0; // add steps high scores - const vector vSongs = SONGMAN->GetSongs(); + const vector &vSongs = SONGMAN->GetSongs(); for( unsigned i=0; i