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 5639035cb1..dffdf523a0 100644
--- a/m_property.h
+++ b/m_property.h
@@ -120,7 +120,7 @@ char* m_properties_expand_string(m_option_t* prop_list,char* str);
// Helpers to use MPlayer's properties
/// Get an MPlayer property.
-m_option_t* mp_property_find(char* name);
+m_option_t* mp_property_find(const char* name);
/// Do an action with an MPlayer property.
int mp_property_do(char* name,int action, void* val);