diff --git a/m_option.h b/m_option.h index 7f1d4c95bf..a70d8638d2 100644 --- a/m_option.h +++ b/m_option.h @@ -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;