summaryrefslogtreecommitdiff
path: root/libs/pbd/undo.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-05-11 15:06:12 +0000
committerCarl Hetherington <carl@carlh.net>2007-05-11 15:06:12 +0000
commit90f3128d73bc32288d8ce99e81255ea02f54ffbc (patch)
tree9855f12788411cd8c17e078a276b6dc02de067d4 /libs/pbd/undo.cc
parent7f3c381a3acd8e605be76f1ba0ec7f1a7e11373f (diff)
Add some comments.
git-svn-id: svn://localhost/ardour2/trunk@1837 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/undo.cc')
-rw-r--r--libs/pbd/undo.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/pbd/undo.cc b/libs/pbd/undo.cc
index 4719d0968e..5c7178b0d6 100644
--- a/libs/pbd/undo.cc
+++ b/libs/pbd/undo.cc
@@ -174,6 +174,9 @@ UndoHistory::remove (UndoTransaction* const ut)
Changed (); /* EMIT SIGNAL */
}
+/** Undo some transactions.
+ * @param n Number of transactions to undo.
+ */
void
UndoHistory::undo (unsigned int n)
{