summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_property.h b/m_property.h
index 99ab05ad62..2893fc569d 100644
--- a/m_property.h
+++ b/m_property.h
@@ -25,7 +25,7 @@ enum mp_property_action {
// Get the property type. This defines the fundamental data type read from
// or written to the property.
// If unimplemented, the m_option entry that defines the property is used.
- // arg: const m_option**
+ // arg: m_option*
M_PROPERTY_GET_TYPE,
// Get the current value.