]> git.sesse.net Git - vlc/commitdiff
wince: if you want to mess with the code, at least mess with the header accordingly
authorGeoffroy Couprie <geal@videolan.org>
Fri, 14 Aug 2009 15:43:45 +0000 (17:43 +0200)
committerGeoffroy Couprie <geal@videolan.org>
Wed, 19 Aug 2009 22:08:45 +0000 (00:08 +0200)
modules/gui/wince/wince.h

index 19657978b3e978950dbd5e836c3d7227a04f205c..4889e3c6d5bff4110fedbd67c1e6e38091c8873c 100644 (file)
@@ -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();