]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Thread-safe and more compact hotkeys initialization
[vlc] / include / vlc_main.h
index 0d2ce47e01c59fdbfb91dd6b3d10507d6622c98d..44299df77333ff09640560ad8919d8645b61f383 100644 (file)
@@ -38,7 +38,7 @@ struct libvlc_int_t
     VLC_COMMON_MEMBERS
 
     /* Structure storing the action name / key associations */
-    struct hotkey
+    const struct hotkey
     {
         const char *psz_action;
         int i_action;