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;
Course* pCourse;
Song* pSong;
PageToShow(): pCourse(NULL), pSong(NULL) { }
};
void SetPage( PageToShow pts );