]> git.sesse.net Git - vlc/blobdiff - include/vlc_update.h
wxwidgets: meta fixes, constify update_download
[vlc] / include / vlc_update.h
index fd4aa04ed0e198d2eab3f979d27a0808bf842faf..746146f8bff9d8b1988952d8edd4fc3a85ade36a 100644 (file)
@@ -176,7 +176,7 @@ VLC_EXPORT( update_iterator_t *, update_iterator_New, ( update_t * ) );
 VLC_EXPORT( void, update_iterator_Delete, ( update_iterator_t * ) );
 VLC_EXPORT( unsigned int, update_iterator_Action, ( update_iterator_t *, int ) );
 VLC_EXPORT( unsigned int, update_iterator_ChooseMirrorAndFile, ( update_iterator_t *, int, int, int ) );
-VLC_EXPORT( void, update_download, ( update_iterator_t *, char * ) );
+VLC_EXPORT( void, update_download, ( update_iterator_t *, const char * ) );
 
 /**
  * @}