Const.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user