C++11: Build now compiles without errors
commitecfc42ce3e2564e71ef78f48a2c736bf37f17281
authorfundamental <mark.d.mccurry@gmail.com>
Thu, 1 Nov 2012 03:43:55 +0000 (31 23:43 -0400)
committerfundamental <mark.d.mccurry@gmail.com>
Thu, 1 Nov 2012 03:43:55 +0000 (31 23:43 -0400)
tree0c3e106ad013e68d81ecfd26854b600861f7d9d1
parent1766f2baf6cf3e938fe473d6ffabf4633ce5bc10
C++11: Build now compiles without errors

Due to std::complex<T>::imag() and ::real() changing their signatures, in C++11,
code dealing with these was updated to compile under both versions of C++.
src/Effects/Alienwah.cpp
src/Params/PADnoteParameters.cpp
src/Synth/OscilGen.cpp