From 69ad734af805ed7b076dc2235c4551e2738ee8d4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Jun 2014 03:41:36 +0200 Subject: command: add const to mp_notify_property --- player/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index 795a759906..258eada148 100644 --- a/player/command.h +++ b/player/command.h @@ -37,6 +37,6 @@ const struct m_option *mp_get_property_list(void); int mp_find_property_index(const char *property); void mp_notify(struct MPContext *mpctx, int event, void *arg); -void mp_notify_property(struct MPContext *mpctx, char *property); +void mp_notify_property(struct MPContext *mpctx, const char *property); #endif /* MPLAYER_COMMAND_H */ -- cgit v1.2.3