diff --git a/include/sst/basic-blocks/dsp/Lag.h b/include/sst/basic-blocks/dsp/Lag.h index 247e995..0003c4c 100644 --- a/include/sst/basic-blocks/dsp/Lag.h +++ b/include/sst/basic-blocks/dsp/Lag.h @@ -91,7 +91,8 @@ template struct OnePoleLag /** * OnePoleLag is a better name for SurgeLag */ -template struct SurgeLag : OnePoleLag +template +struct SurgeLag : OnePoleLag { SurgeLag() : OnePoleLag() {} SurgeLag(T lp) : OnePoleLag(lp) {}