diff options
Diffstat (limited to 'src/sndobj/PVA.h')
-rw-r--r-- | src/sndobj/PVA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sndobj/PVA.h b/src/sndobj/PVA.h index 0826f99..2088367 100644 --- a/src/sndobj/PVA.h +++ b/src/sndobj/PVA.h @@ -51,7 +51,7 @@ class PVA : public FFT { ~PVA(); double Outphases(int pos){ return m_phases[pos]; } // reads phase output. - int Set(char* mess, double value); + int Set(const char* mess, double value); void SetFFTSize(int fftsize); void SetHopSize(int hopsize); short DoProcess(); |