From 9f51d739314bc3b730938712b7c52647793bd988 Mon Sep 17 00:00:00 2001 From: horwitz Date: Wed, 17 Mar 2010 23:13:58 +0000 Subject: Core:Fix:Fix compile warnings git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3034 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/speech/cmdline/speech_cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'navit/speech') diff --git a/navit/speech/cmdline/speech_cmdline.c b/navit/speech/cmdline/speech_cmdline.c index ba8979ea1..71f862215 100644 --- a/navit/speech/cmdline/speech_cmdline.c +++ b/navit/speech/cmdline/speech_cmdline.c @@ -108,7 +108,7 @@ static struct speech_methods speechd_meth = { }; static struct speech_priv * -speechd_new(struct speech_methods *meth, struct attr **attrs) { +speechd_new(struct speech_methods *meth, struct attr **attrs, struct attr *parent) { struct speech_priv *this; struct attr *data; data=attr_search(attrs, NULL, attr_data); -- cgit v1.2.1