From c8eef2c4f0f9b22babc9aef9e0d4cef133475c9b Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 20 Jul 2012 17:44:01 +0100 Subject: [sndobj] Change input parameter 'mess' from char* to const char* in Set and Connect methods of analysis SndObjs. --- src/sndobj/IFGram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sndobj/IFGram.h') diff --git a/src/sndobj/IFGram.h b/src/sndobj/IFGram.h index c404190..609ebca 100644 --- a/src/sndobj/IFGram.h +++ b/src/sndobj/IFGram.h @@ -53,8 +53,8 @@ class IFGram : public PVA { ~IFGram(); - int Set(char* mess, double value); - int Connect(char* mess, void* input); + int Set(const char* mess, double value); + int Connect(const char* mess, void* input); void SetFFTSize(int fftsize); short DoProcess(); -- cgit v1.2.3