changeset 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 d3f31670562d
children 4e59a7aebadb
files m_option.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;