13
0

Fix comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@8288 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-16 21:25:04 +00:00
parent b3fcaf71d4
commit 3029935f0a

View File

@ -1902,9 +1902,7 @@ TempoMap::bbt_subtract (const BBT_Time& start, const BBT_Time& decrement) const
return result;
}
/**
* add the BBT interval @param increment to @param start and return the result
*/
/** Add the BBT interval op to pos and return the result */
framepos_t
TempoMap::framepos_plus_bbt (framepos_t pos, BBT_Time op) const
{