commit bf3140e92de0df4a1db61d3da5a0ee87e64349a6
parent 7408b1fc4686d5ad0d5d6a3459e154c130343805
Author: Hans Petter Selasky <[email protected]>
Date: Fri, 24 Oct 2014 11:21:25 +0200
Add missing function argument reference.
Signed-off-by: Hans Petter Selasky <[email protected]>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Params/PADnoteParameters.cpp b/src/Params/PADnoteParameters.cpp
@@ -137,7 +137,7 @@ static rtosc::Ports localPorts =
d.reply(d.loc, "i", realbw);
delete[] tmp;}},
{"sample#64:ifb", rDoc("Nothing to see here"), 0,
- [](const char *m, rtosc::RtData d)
+ [](const char *m, rtosc::RtData &d)
{
PADnoteParameters *p = (PADnoteParameters*)d.obj;
const char *mm = m;