I shouldn't have to need 3 lines for NoteData.
Add helper function.
This commit is contained in:
@@ -89,6 +89,13 @@ void Steps::GetNoteData( NoteData& noteDataOut ) const
|
||||
}
|
||||
}
|
||||
|
||||
NoteData Steps::GetNoteData() const
|
||||
{
|
||||
NoteData tmp;
|
||||
this->GetNoteData( tmp );
|
||||
return tmp;
|
||||
}
|
||||
|
||||
void Steps::SetSMNoteData( const RString ¬es_comp_ )
|
||||
{
|
||||
m_pNoteData->Init();
|
||||
|
||||
Reference in New Issue
Block a user