diff options
Diffstat (limited to 'vdr_player.h')
-rw-r--r-- | vdr_player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr_player.h b/vdr_player.h index 5d60344..fd89db5 100644 --- a/vdr_player.h +++ b/vdr_player.h @@ -103,6 +103,7 @@ class mgPlayerControl:public cControl * * \param index - the position in the playlist to skip to * \param still - currently unused + * \todo Goto is currently unused and has an obvious memory leak */ void Goto (int index, bool still = false); |