summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-21 14:05:52 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:31 +0200
commit74adc534b9dd8dde67042e8f3f448da3baca2fef (patch)
treefcee39a92e55e702884cb113ad8b7bee579a9b41 /m_property.h
parente4dda184aa2100c8781e7427f526cc2b1afb2fde (diff)
downloadmpv-74adc534b9dd8dde67042e8f3f448da3baca2fef.tar.bz2
mpv-74adc534b9dd8dde67042e8f3f448da3baca2fef.tar.xz
commands: make M_PROPERTY_GET_TYPE return an option copy
Change the type of the arg for this action from m_option** to m_option*. This makes it easier to change some aspects of the option dynamically.
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.