r59@gandalf: fugalh | 2006-06-15 12:16:20 -0600

renamed UndoCommand to UndoTransaction, and created new UndoCommand class and
 its templated subclass SlotCommand. Those two are still in considerable flux.


git-svn-id: svn://localhost/ardour2/branches/undo@606 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Fugal 2006-06-15 18:21:31 +00:00
parent eb3f77df57
commit 7c9361b865
5 changed files with 53 additions and 47 deletions

View file

@ -1616,7 +1616,7 @@ class Editor : public PublicEditor
/* visual history */
UndoHistory visual_history;
UndoCommand current_visual_command;
UndoTransaction current_visual_command;
void begin_reversible_visual_command (const string & cmd_name);
void commit_reversible_visual_command ();