]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
- Don't mix delete and free().
[vlc] / modules / gui / qt4 / qt4.hpp
index 5f0f7123daa9a9876c8e0bd9a165144442bdf2b8..29b1dae4c4c07a970f48131f74b3a0de7d93c4a2 100644 (file)
@@ -52,7 +52,7 @@ struct intf_sys_t
 
     VideoWidget *p_video;
 
-    char *psz_filepath;
+    const char *psz_filepath;
     QMenu * p_popup_menu;
 };