more const fixes
This commit is contained in:
@@ -56,7 +56,7 @@ Steps::~Steps()
|
||||
delete notes_comp;
|
||||
}
|
||||
|
||||
void Steps::SetNoteData( NoteData* pNewNoteData )
|
||||
void Steps::SetNoteData( const NoteData* pNewNoteData )
|
||||
{
|
||||
ASSERT( pNewNoteData->GetNumTracks() == GameManager::NotesTypeToNumTracks(m_StepsType) );
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
StepsType m_StepsType;
|
||||
|
||||
void GetNoteData( NoteData* pNoteDataOut ) const;
|
||||
void SetNoteData( NoteData* pNewNoteData );
|
||||
void SetNoteData( const NoteData* pNewNoteData );
|
||||
void SetSMNoteData( const CString &out );
|
||||
CString GetSMNoteData() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user