summaryrefslogtreecommitdiff
path: root/cpp/BaseObj.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 /cpp/BaseObj.cpp
parent843fdc303f9cafff2b77fa927c183d64e59fa1d8 (diff)
downloadrs-9eb7f4b90120ebe4be74343856e86b46495f72df.tar.gz
Change namespace from renderscriptCpp to RSC
Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
Diffstat (limited to 'cpp/BaseObj.cpp')
-rw-r--r--cpp/BaseObj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/BaseObj.cpp b/cpp/BaseObj.cpp
index 4a9faace..bb92bceb 100644
--- a/cpp/BaseObj.cpp
+++ b/cpp/BaseObj.cpp
@@ -19,7 +19,7 @@
#include "RenderScript.h"
using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
void * BaseObj::getID() const {
if (mID == NULL) {