I shouldn't have to need 3 lines for NoteData.

Add helper function.
This commit is contained in:
Jason Felds
2011-03-17 12:31:16 -04:00
parent 409c885d65
commit 1f2e26790c
3 changed files with 9 additions and 3 deletions
+7
View File
@@ -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 &notes_comp_ )
{
m_pNoteData->Init();