Mercurial > hg > svgui
diff layer/FlexiNoteLayer.h @ 1470:696e569ff21b by-id
Further layer updates for ById
author | Chris Cannam |
---|---|
date | Fri, 28 Jun 2019 17:37:22 +0100 |
parents | 11a150e65ee1 |
children | e6362cf5ff1d |
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h Thu Jun 27 13:16:25 2019 +0100 +++ b/layer/FlexiNoteLayer.h Fri Jun 28 17:37:22 2019 +0100 @@ -191,7 +191,7 @@ Event m_editingPoint; sv_frame_t m_greatestLeftNeighbourFrame; sv_frame_t m_smallestRightNeighbourFrame; - ChangeEventsCommand<Model> *m_editingCommand; + ChangeEventsCommand *m_editingCommand; VerticalScale m_verticalScale; EditMode m_editMode; @@ -203,7 +203,7 @@ bool shouldAutoAlign() const; - void finish(ChangeEventsCommand<Model> *command) { + void finish(ChangeEventsCommand *command) { Command *c = command->finish(); if (c) CommandHistory::getInstance()->addCommand(c, false); }