summaryrefslogtreecommitdiff
path: root/cpp/Element.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/Element.cpp
parent843fdc303f9cafff2b77fa927c183d64e59fa1d8 (diff)
downloadrs-9eb7f4b90120ebe4be74343856e86b46495f72df.tar.gz
Change namespace from renderscriptCpp to RSC
Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
Diffstat (limited to 'cpp/Element.cpp')
-rw-r--r--cpp/Element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Element.cpp b/cpp/Element.cpp
index 99b10690..198aac84 100644
--- a/cpp/Element.cpp
+++ b/cpp/Element.cpp
@@ -20,7 +20,7 @@
#include "RenderScript.h"
using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
sp<const Element> Element::getSubElement(uint32_t index) {
if (!mVisibleElementMap.size()) {