diff --git a/include/Iir.h b/include/Iir.h index 99fc3d8..275fab9 100644 --- a/include/Iir.h +++ b/include/Iir.h @@ -113,7 +113,7 @@ protected: inline StkFloat Iir :: tick( StkFloat input ) { - std::vector::size_type i; + size_t i; outputs_[0] = 0.0; inputs_[0] = gain_ * input; @@ -142,7 +142,7 @@ inline StkFrames& Iir :: tick( StkFrames& frames, unsigned int channel ) #endif StkFloat *samples = &frames[channel]; - std::vector::size_type i; + size_t i; unsigned int hop = frames.channels(); for ( unsigned int j=0; j::size_type i; + size_t i; unsigned int iHop = iFrames.channels(), oHop = oFrames.channels(); for ( unsigned int j=0; j