diff options
Diffstat (limited to 'cpp/Element.cpp')
| -rw-r--r-- | cpp/Element.cpp | 2 |
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()) { |
