diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-06 19:40:18 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-06 19:40:18 +0000 |
commit | bd285704d7cc8eb24725ee1af3a48c2ee18fa27b (patch) | |
tree | 8e4aa417023828b8572b4c426f414bbd1a7c0d04 /mg_playlist.h | |
parent | 53564f64951ace9983bf1afe6c13f7d07a220435 (diff) | |
download | vdr-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.h | 2 |
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 ==== */ |