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/Element.cpp b/cpp/Element.cpp index 99b1069..198aac8 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()) {