diff options
Diffstat (limited to 'src/sndobj/IFGram.h')
-rw-r--r-- | src/sndobj/IFGram.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |