summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-07-18 17:47:12 +0000
committerHans Fugal <hans@fugal.net>2006-07-18 17:47:12 +0000
commitd819b922e1d858dc3addbe31962d12af64027e50 (patch)
tree45aeb253f0fcbb2314c1eb058670a2448d706943 /gtk2_ardour/editor.h
parent72168803ee845adef9743fd24421b9719a0901b0 (diff)
r184@gandalf: fugalh | 2006-07-17 19:02:10 -0600
(begin|commit)_reversible_command in Editor and Session git-svn-id: svn://localhost/ardour2/branches/undo@684 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index e517b1eaf1..2ef475a5e4 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1608,6 +1608,7 @@ class Editor : public PublicEditor
UndoAction get_memento() const;
+ XMLNode &before; /* used in *_reversible_command */
void begin_reversible_command (string cmd_name);
void commit_reversible_command ();