From 1a16cbfec37875026b9ddb2839698d0d150b05cd Mon Sep 17 00:00:00 2001 From: reynaldo Date: Thu, 13 Jul 2006 05:03:43 +0000 Subject: marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19058 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_property.h') 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); -- cgit v1.2.3