From 118d2e4302a1605dfea3c1226f18e71a06fe3954 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 18 Mar 2008 01:39:52 +0000 Subject: [PATCH] char* -> const char* git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@808 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/echo/Echo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/echo/Echo.cpp b/core/plug-in/echo/Echo.cpp index 83d034ef..ec18736d 100644 --- a/core/plug-in/echo/Echo.cpp +++ b/core/plug-in/echo/Echo.cpp @@ -84,7 +84,7 @@ void EchoDialog::onDtmf(int event, int duration) { #ifdef STAR_SWITCHES_PLAYOUTBUFFER if (event == 10) { - char* pt = "simple (fifo) playout buffer"; + const char* pt = "simple (fifo) playout buffer"; if (playout_type == SIMPLE_PLAYOUT) { playout_type = ADAPTIVE_PLAYOUT; pt = "adaptive playout buffer";