diff options
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 ==== */ |