mirror of https://github.com/mpv-player/mpv
Revert marking m_option struct member as const.
It is used for non-const things, so the original change was wrong. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30996 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
22f6170009
commit
f8a9b4e17a
|
@ -280,7 +280,7 @@ struct m_option {
|
|||
* use the priv field but this was inherited from older versions of the
|
||||
* config code.
|
||||
*/
|
||||
const void *p;
|
||||
void *p;
|
||||
|
||||
/// Option type.
|
||||
const m_option_type_t* type;
|
||||
|
|
Loading…
Reference in New Issue