From ab8f0c75f39b57cd1e28545259fb08bb7b4925b3 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Thu, 10 Feb 2005 22:24:26 +0000 Subject: - implemented audio track selection for http --- server/connectionVTP.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/connectionVTP.c') diff --git a/server/connectionVTP.c b/server/connectionVTP.c index 2162ae0..1930148 100644 --- a/server/connectionVTP.c +++ b/server/connectionVTP.c @@ -1,5 +1,5 @@ /* - * $Id: connectionVTP.c,v 1.4 2005/02/08 17:22:35 lordjaxom Exp $ + * $Id: connectionVTP.c,v 1.5 2005/02/10 22:24:26 lordjaxom Exp $ */ #include "server/connectionVTP.h" @@ -92,7 +92,7 @@ bool cConnectionVTP::CmdCAPS(char *Opts) { } bool cConnectionVTP::CmdPROV(char *Opts) { - cChannel *chan; + const cChannel *chan; int prio; char *ep; -- cgit v1.2.3