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 074c4630..09d541d3 100644 --- a/cpp/Script.cpp +++ b/cpp/Script.cpp @@ -20,7 +20,7 @@ #include "RenderScript.h" using namespace android; -using namespace renderscriptCpp; +using namespace RSC; void Script::invoke(uint32_t slot, const void *v, size_t len) const { rsScriptInvokeV(mRS->getContext(), getID(), slot, v, len); |
