add PageToShow ctor

This commit is contained in:
Glenn Maynard
2003-10-22 23:29:14 +00:00
parent aae86edc49
commit e962e8830a
+1
View File
@@ -35,6 +35,7 @@ protected:
RankingCategory category; RankingCategory category;
Course* pCourse; Course* pCourse;
Song* pSong; Song* pSong;
PageToShow(): pCourse(NULL), pSong(NULL) { }
}; };
void SetPage( PageToShow pts ); void SetPage( PageToShow pts );