]> git.sesse.net Git - vlc/blobdiff - src/misc/update.c
wxwidgets: meta fixes, constify update_download
[vlc] / src / misc / update.c
index 871726d01ff724353eadb317287da88b8addff8f..a8756f4935ad2e4a1512354c24f3b1a36f64fd3d 100644 (file)
@@ -1209,7 +1209,7 @@ void update_download_for_real( download_thread_t *p_this );
  * \param psz_dest destination file path
  * \return nothing
  */
-void update_download( update_iterator_t *p_uit, char *psz_dest )
+void update_download( update_iterator_t *p_uit, const char *psz_dest )
 {
     download_thread_t *p_dt =
         vlc_object_create( p_uit->p_u->p_libvlc, sizeof( download_thread_t ) );