[MPlayer-cvslog] r30996 - trunk/m_option.h
diego
subversion at mplayerhq.hu
Sun Apr 4 17:57:17 CEST 2010
Author: diego
Date: Sun Apr 4 17:57:17 2010
New Revision: 30996
Log:
Revert marking m_option struct member as const.
It is used for non-const things, so the original change was wrong.
Modified:
trunk/m_option.h
Modified: trunk/m_option.h
==============================================================================
--- trunk/m_option.h Sun Apr 4 13:45:05 2010 (r30995)
+++ trunk/m_option.h Sun Apr 4 17:57:17 2010 (r30996)
@@ -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;
More information about the MPlayer-cvslog
mailing list