clear_history -> clear_changes and some comments.

git-svn-id: svn://localhost/ardour2/branches/3.0@7685 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-25 17:32:08 +00:00
parent 21855b71d2
commit f30402d073
22 changed files with 115 additions and 111 deletions

View file

@ -28,7 +28,7 @@ using namespace std;
using namespace PBD;
/** Create a new StatefulDiffCommand by examining the changes made to a Stateful
* since the last time that clear_history was called on it.
* since the last time that clear_changes was called on it.
* @param s Stateful object.
*/