summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-06-15 18:21:31 +0000
committerHans Fugal <hans@fugal.net>2006-06-15 18:21:31 +0000
commit7c9361b8657a4deafcb7cffcdf4584a441fd9ce6 (patch)
tree232d1244a843202c6003cccb05482224afeb232c /gtk2_ardour
parenteb3f77df5748e81c4a6bfe737cd9b5a3d721a86c (diff)
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
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 8b7b2af1d0..e73d44971b 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -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 ();