From bd58e1661e663d601e1d3951ffb9aa663662bb34 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 19 Mar 2006 00:58:26 +0000 Subject: [PATCH] Add return type. --- 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 0619ba119d..b7839a34c2 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -387,7 +387,7 @@ float Profile::GetSongsPercentComplete( StepsType st, Difficulty dc ) const return GetSongsActual(st,dc) / GetSongsPossible(st,dc); } -static GetHighScoreCourses( vector &vpCoursesOut ) +static void GetHighScoreCourses( vector &vpCoursesOut ) { vpCoursesOut.clear();