diff m_option.h @ 30954:e8b0797970b6

Revert marking m_option struct member as const. It is used for non-const things, so the original change was wrong.
author diego
date Sun, 04 Apr 2010 15:57:17 +0000
parents 458dbda20fa3
children 92b92a78ca2a
line wrap: on
line diff
--- a/m_option.h	Sun Apr 04 11:45:05 2010 +0000
+++ b/m_option.h	Sun Apr 04 15:57:17 2010 +0000
@@ -280,7 +280,7 @@
    *  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;