mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Extra bracket causes compilation failure in debug mode.
This commit is contained in:
@@ -115,7 +115,7 @@ class TapDelay : public Filter
|
|||||||
inline StkFloat TapDelay :: lastOut( unsigned int tap ) const
|
inline StkFloat TapDelay :: lastOut( unsigned int tap ) const
|
||||||
{
|
{
|
||||||
#if defined(_STK_DEBUG_)
|
#if defined(_STK_DEBUG_)
|
||||||
if ( tap >= lastFrame_.size() ) ) {
|
if ( tap >= lastFrame_.size() ) {
|
||||||
oStream_ << "TapDelay::lastOut(): tap argument and number of taps are incompatible!";
|
oStream_ << "TapDelay::lastOut(): tap argument and number of taps are incompatible!";
|
||||||
handleError( StkError::FUNCTION_ARGUMENT );
|
handleError( StkError::FUNCTION_ARGUMENT );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user