[vlc-devel] commit: wince: if you want to mess with the code, at least mess with the header accordingly (Geoffroy Couprie )

git version control git at videolan.org
Thu Aug 20 00:15:53 CEST 2009


vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Fri Aug 14 17:43:45 2009 +0200| [5b00444d88face2cc16bccd266afa8e9c29b1666] | committer: Geoffroy Couprie 

wince: if you want to mess with the code, at least mess with the header accordingly

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b00444d88face2cc16bccd266afa8e9c29b1666
---

 modules/gui/wince/wince.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/wince/wince.h b/modules/gui/wince/wince.h
index 1965797..4889e3c 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();




More information about the vlc-devel mailing list