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