diff options
Diffstat (limited to 'muse2/plugins/pandelay/ladspapandelay.h')
-rw-r--r-- | muse2/plugins/pandelay/ladspapandelay.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/plugins/pandelay/ladspapandelay.h b/muse2/plugins/pandelay/ladspapandelay.h index ab5427a1..dd7fc0ea 100644 --- a/muse2/plugins/pandelay/ladspapandelay.h +++ b/muse2/plugins/pandelay/ladspapandelay.h @@ -33,6 +33,9 @@ #include "pandelaymodel.h" #include "../../muse/ladspa.h" +#ifdef NBRPARAM +#undef NBRPARAM +#endif #define NBRPARAM 6 class LADSPAPanDelay : public PanDelayModel { |