summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/slave.h
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2009-01-01 21:26:23 +0000
committerHans Baier <hansfbaier@googlemail.com>2009-01-01 21:26:23 +0000
commit5ee4d2bb24c294c5dd3887135f72c53d0936d827 (patch)
tree59a899808e45c71eec0c67ff631b6d07cf5854e6 /libs/ardour/ardour/slave.h
parent838ed37aff3e0966e906a8c57f5cabbc55febfc7 (diff)
* refactor Session::follow_slave to be easier to read and understand
git-svn-id: svn://localhost/ardour2/branches/3.0@4370 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/slave.h')
-rw-r--r--libs/ardour/ardour/slave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/slave.h b/libs/ardour/ardour/slave.h
index 1f21e28f40..2c9ef70cac 100644
--- a/libs/ardour/ardour/slave.h
+++ b/libs/ardour/ardour/slave.h
@@ -103,6 +103,7 @@ class Slave {
*
* @param speed - The transport speed requested
* @param position - The transport position requested
+ * @return - The return value is currently ignored (see Session::follow_slave)
*/
virtual bool speed_and_position (float& speed, nframes_t& position) = 0;