fix VC6 compile

This commit is contained in:
Chris Danford
2006-02-15 03:53:04 +00:00
parent c58eeda0e4
commit 130554e42a
2 changed files with 3 additions and 2 deletions
@@ -193,6 +193,7 @@ struct PolyphaseFilter
AlignedBuffer<float> m_fBuf;
int m_iBufNext;
};
friend struct State;
PolyphaseFilter( int iUpFactor ):
m_pPolyphase( L*iUpFactor )