From c8eef2c4f0f9b22babc9aef9e0d4cef133475c9b Mon Sep 17 00:00:00 2001
From: John Glover <j@johnglover.net>
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/SinAnal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/sndobj/SinAnal.h')

diff --git a/src/sndobj/SinAnal.h b/src/sndobj/SinAnal.h
index ee46a44..51b0152 100644
--- a/src/sndobj/SinAnal.h
+++ b/src/sndobj/SinAnal.h
@@ -81,8 +81,8 @@ class SinAnal : public SndObj {
   virtual int GetTrackID(int track){ return m_trndx[track]; }
   virtual int GetTracks(){ return m_tracks;}
 
-  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 SetThreshold(double threshold){ m_thresh = threshold; }
   void SetIFGram(SndObj* input);
-- 
cgit v1.2.3