mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +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
|
||||
{
|
||||
#if defined(_STK_DEBUG_)
|
||||
if ( tap >= lastFrame_.size() ) ) {
|
||||
if ( tap >= lastFrame_.size() ) {
|
||||
oStream_ << "TapDelay::lastOut(): tap argument and number of taps are incompatible!";
|
||||
handleError( StkError::FUNCTION_ARGUMENT );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user