summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.h b/m_option.h
index a70d8638d2..7f1d4c95bf 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.
*/
- void *p;
+ const void *p;
/// Option type.
const m_option_type_t* type;