summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index cce2bdc21..b00454093 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -56,6 +56,7 @@ public:
void seek_back ();
void seek_forward ();
+ /** @return position that we are at; ie the time of the next thing we will emit on pass() */
Time position () const {
return _position;
}