mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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:
parent
eb3f77df57
commit
7c9361b865
5 changed files with 53 additions and 47 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue