summaryrefslogtreecommitdiff
path: root/muggle-plugin/mg_content_interface.h
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-26 00:56:50 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-26 00:56:50 +0000
commit2326fa36d04981773dd0d83bd36cb84e5b348810 (patch)
treef9ea783ade6463cabcab59c7261a89b6f47c5f6d /muggle-plugin/mg_content_interface.h
parent75f6a884dc46cdc2dd5bc21b45f7007456ff3829 (diff)
downloadvdr-plugin-muggle-2326fa36d04981773dd0d83bd36cb84e5b348810.tar.gz
vdr-plugin-muggle-2326fa36d04981773dd0d83bd36cb84e5b348810.tar.bz2
Tested resume feature
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@246 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/mg_content_interface.h')
-rwxr-xr-xmuggle-plugin/mg_content_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/mg_content_interface.h b/muggle-plugin/mg_content_interface.h
index c127d03..38edffa 100755
--- a/muggle-plugin/mg_content_interface.h
+++ b/muggle-plugin/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
};
/*!