From 1a2509ead931546d2feb9c24732a7bd240c8fae0 Mon Sep 17 00:00:00 2001 From: Ariel Elkin Date: Fri, 11 Apr 2014 23:50:52 +0200 Subject: [PATCH] Iir: change variable types from std::vector::size_type to size_t --- include/Iir.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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