--- Click.cc 2013-01-16 13:34:37.000000000 +0100 +++ /home/tim/caps/Click.cc 2013-01-11 11:38:12.000000000 +0100 @@ -151,7 +151,7 @@ x = 0; } - initwave (0, click, n); + this->ClickStub::initwave (0, click, n); } /* using parfilt models to generate the click */ @@ -194,7 +194,7 @@ x = 0; } - initwave (1, click, n); + this->ClickStub::initwave (1, click, n); } void @@ -223,7 +223,7 @@ click[i] = (int16) (x); } - initwave (2, click, m); + this->ClickStub::initwave (2, click, m); } template <> void @@ -311,7 +311,7 @@ } #endif - initwave (0, wave, n-1); + this->ClickStub::initwave (0, wave, n-1); } template <> void @@ -343,7 +343,7 @@ { int16 * dirac = new int16[1]; *dirac = 32767; - initwave (0, dirac, 1); + this->ClickStub::initwave (0, dirac, 1); } template <> void