This commit is contained in:
Steve Checkoway
2007-04-21 21:54:37 +00:00
parent 13ee0302db
commit bfd7e70d2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void TextBanner::LoadInternal(
// Set command is called by parent on the whole music wheel item
}
void TextBanner::LoadFromSong( Song *pSong )
void TextBanner::LoadFromSong( const Song *pSong )
{
ASSERT( m_bInitted );
+1 -1
View File
@@ -17,7 +17,7 @@ public:
void LoadFromNode( const XNode* pNode );
void Load( RString sType ); // load metrics
void LoadFromSong( Song *pSong );
void LoadFromSong( const Song *pSong );
void LoadFromString(
const RString &sDisplayTitle, const RString &sTranslitTitle,
const RString &sDisplaySubTitle, const RString &sTranslitSubTitle,