From: Geoffroy Couprie Date: Fri, 14 Aug 2009 15:43:45 +0000 (+0200) Subject: wince: if you want to mess with the code, at least mess with the header accordingly X-Git-Tag: 1.1.0-ff~4191 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5b00444d88face2cc16bccd266afa8e9c29b1666;p=vlc wince: if you want to mess with the code, at least mess with the header accordingly --- diff --git a/modules/gui/wince/wince.h b/modules/gui/wince/wince.h index 19657978b3..4889e3c6d5 100644 --- a/modules/gui/wince/wince.h +++ b/modules/gui/wince/wince.h @@ -405,7 +405,7 @@ protected: LRESULT ProcessCustomDraw( LPARAM lParam ); void HandlePopupMenu( HWND hwnd, POINT point); - void DeleteItem( int item ); + void DeleteItem( input_item_t * item ); void OnOpen(); void OnSave();