mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
NO-OP tiny rewording of a comment
This commit is contained in:
parent
fe3aadb1bc
commit
72dd5b1258
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ MidiModel::MidiModel (MidiModel const & other, MidiSource & s)
|
|||
MidiModel::NoteDiffCommand*
|
||||
MidiModel::new_note_diff_command (const string& name)
|
||||
{
|
||||
/* return via the MidiSource to get a shared_ptr to
|
||||
* ourselves. Probably faster than shared_from_this()
|
||||
/* go via the MidiSource to get a shared_ptr to
|
||||
* ourselves. Probably faster than shared_from_this()
|
||||
*/
|
||||
return new NoteDiffCommand (_midi_source.model(), name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue