diff options
Diffstat (limited to 'mg_content_interface.h')
| -rwxr-xr-x | mg_content_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_content_interface.h b/mg_content_interface.h index c127d03..38edffa 100755 --- a/mg_content_interface.h +++ b/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 }; /*! |
