From 9f1903d96cccc7cb2f456d68d31446fa739905f7 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Thu, 9 Dec 2010 18:30:17 +0000 Subject: Fix compiler warnings, and a typo in the transport max slider value. --- muse2/plugins/pandelay/ladspapandelay.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'muse2/plugins/pandelay/ladspapandelay.h') 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 { -- cgit v1.2.3