mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 22:09:20 +02:00
Compilation fix: Mark mp_property_find parameter as const.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19064 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b197fede89
commit
4f37c50ecd
@ -60,7 +60,7 @@ static m_option_t cfg_fields[] = {
|
||||
|
||||
#define mpriv (menu->priv)
|
||||
|
||||
m_option_t* mp_property_find(char* name);
|
||||
m_option_t* mp_property_find(const char* name);
|
||||
|
||||
static void entry_set_text(menu_t* menu, list_entry_t* e) {
|
||||
char* val = m_property_print(e->opt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user