aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaPiano.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-11-26 22:12:11 +0000
committerDavid Robillard <d@drobilla.net>2010-11-26 22:12:11 +0000
commitf6953d618c904d91505ea8fc477b8e51cb7e65cc (patch)
tree5627dc38f1d0ffe8e1f870c35208f989e9cbf68a /src/mdaPiano.cpp
parentc3de911a017732e6b2ede9e2305abe86fbf3ed8d (diff)
downloadmda.lv2-f6953d618c904d91505ea8fc477b8e51cb7e65cc.tar.gz
mda.lv2-f6953d618c904d91505ea8fc477b8e51cb7e65cc.tar.bz2
mda.lv2-f6953d618c904d91505ea8fc477b8e51cb7e65cc.zip
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
Diffstat (limited to 'src/mdaPiano.cpp')
-rw-r--r--src/mdaPiano.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp
index ccaa9f5..5162771 100644
--- a/src/mdaPiano.cpp
+++ b/src/mdaPiano.cpp
@@ -170,7 +170,7 @@ void mdaPiano::setParameter(LvzInt32 index, float value)
}
-void mdaPiano::fillpatch(LvzInt32 p, char *name, float p0, float p1, float p2, float p3, float p4,
+void mdaPiano::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)
{
strcpy(programs[p].name, name);