commit | 9eb7f4b90120ebe4be74343856e86b46495f72df | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Fri Nov 16 14:02:18 2012 -0800 |
committer | Tim Murray <timmurray@google.com> | Fri Nov 16 14:12:24 2012 -0800 |
tree | 3df192a7abfd3f480d9b27081b2c22ffee4e3096 | |
parent | 843fdc303f9cafff2b77fa927c183d64e59fa1d8 [diff] [blame] |
Change namespace from renderscriptCpp to RSC Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
diff --git a/cpp/Script.cpp b/cpp/Script.cpp index 074c463..09d541d 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);