diff options
Diffstat (limited to 'mg_content_interface.h')
-rwxr-xr-x | mg_content_interface.h | 4 |
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 }; /*! |