summaryrefslogtreecommitdiff
path: root/tests/cppallocation/compute.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2012-11-16 14:02:18 -0800
committerTim Murray <timmurray@google.com>2012-11-16 14:12:24 -0800
commit9eb7f4b90120ebe4be74343856e86b46495f72df (patch)
tree3df192a7abfd3f480d9b27081b2c22ffee4e3096 /tests/cppallocation/compute.cpp
parent843fdc303f9cafff2b77fa927c183d64e59fa1d8 (diff)
Change namespace from renderscriptCpp to RSC
Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
Diffstat (limited to 'tests/cppallocation/compute.cpp')
-rw-r--r--tests/cppallocation/compute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cppallocation/compute.cpp b/tests/cppallocation/compute.cpp
index 214ffe90..8439ffb6 100644
--- a/tests/cppallocation/compute.cpp
+++ b/tests/cppallocation/compute.cpp
@@ -4,7 +4,7 @@
#include "ScriptC_multiply.h"
using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
int main(int argc, char** argv)
{