diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-26 00:56:50 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-26 00:56:50 +0000 |
| commit | c0be06a6d528738699a41bcf5fd7ee9fb68a78fd (patch) | |
| tree | 0cd7a83a57c6bd10a949aaea59930e1a46c2be4b /mg_content_interface.h | |
| parent | 5cbca2e0dcfb32cd6a326205f93d66c8716dbdda (diff) | |
| download | vdr-plugin-muggle-c0be06a6d528738699a41bcf5fd7ee9fb68a78fd.tar.gz vdr-plugin-muggle-c0be06a6d528738699a41bcf5fd7ee9fb68a78fd.tar.bz2 | |
Tested resume feature
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@246 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_content_interface.h')
| -rwxr-xr-x | mg_content_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_content_interface.h b/mg_content_interface.h index c127d03..38edffa 100755 --- a/mg_content_interface.h +++ b/mg_content_interface.h @@ -325,7 +325,7 @@ class mgTracklist /*! * \brief remove all occurences of item */ - virtual bool remove(int position); // remove item at position + virtual bool remove(unsigned position); // remove item at position }; /*! |
