add PageToShow ctor
This commit is contained in:
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user