From f6953d618c904d91505ea8fc477b8e51cb7e65cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Nov 2010 22:12:11 +0000 Subject: Fix warnings. Don't build broken GUI stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2676 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaPiano.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mdaPiano.h') diff --git a/src/mdaPiano.h b/src/mdaPiano.h index 865911c..96d2c07 100644 --- a/src/mdaPiano.h +++ b/src/mdaPiano.h @@ -1,3 +1,4 @@ + //See associated .cpp file for copyright and other info #ifndef __mdaPiano__ @@ -96,7 +97,7 @@ public: private: void update(); //my parameter update void noteOn(LvzInt32 note, LvzInt32 velocity); - void fillpatch(LvzInt32 p, char *name, float p0, float p1, float p2, float p3, float p4, + void fillpatch(LvzInt32 p, const char *name, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10,float p11); float param[NPARAMS]; -- cgit v1.2.1