diff options
Diffstat (limited to 'cpp/Script.cpp')
| -rw-r--r-- | cpp/Script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Script.cpp b/cpp/Script.cpp index 09d541d3..0f87adbc 100644 --- a/cpp/Script.cpp +++ b/cpp/Script.cpp @@ -33,7 +33,7 @@ void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocatio } void *in_id = BaseObj::getObjID(ain); void *out_id = BaseObj::getObjID(aout); - rsScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen); + rsScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, NULL, 0); } |
