summaryrefslogtreecommitdiff
path: root/mg_playlist.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_playlist.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_playlist.h')
-rw-r--r--mg_playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_playlist.h b/mg_playlist.h
index e7c428d..d35dec0 100644
--- a/mg_playlist.h
+++ b/mg_playlist.h
@@ -107,7 +107,7 @@ public:
*
* \param pos - the index of the track to be removed
*/
- bool remove( unsigned int pos );
+ bool remove( int pos );
/* ==== access tracks ==== */