summaryrefslogtreecommitdiff
path: root/mg_content_interface.h
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-06 19:40:18 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-06 19:40:18 +0000
commitbd285704d7cc8eb24725ee1af3a48c2ee18fa27b (patch)
tree8e4aa417023828b8572b4c426f414bbd1a7c0d04 /mg_content_interface.h
parent53564f64951ace9983bf1afe6c13f7d07a220435 (diff)
downloadvdr-plugin-muggle-bd285704d7cc8eb24725ee1af3a48c2ee18fa27b.tar.gz
vdr-plugin-muggle-bd285704d7cc8eb24725ee1af3a48c2ee18fa27b.tar.bz2
Removed compiler warnings and some errors
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@206 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_content_interface.h')
-rwxr-xr-xmg_content_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mg_content_interface.h b/mg_content_interface.h
index d8bb0ec..b0a27eb 100755
--- a/mg_content_interface.h
+++ b/mg_content_interface.h
@@ -318,12 +318,12 @@ class mgTracklist
*
* \todo needed? if so, it hides bool remove(int)
*/
- virtual int remove(mgContentItem* item); // remove all occurences of item
+ virtual int removeItem(mgContentItem* item); // remove all occurences of item
/*!
* \brief remove all occurences of item
*/
- virtual bool remove(unsigned int position); // remove item at position
+ virtual bool remove(int position); // remove item at position
};
/*!