summaryrefslogtreecommitdiff
path: root/cpp/ScriptC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/ScriptC.cpp')
-rw-r--r--cpp/ScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/ScriptC.cpp b/cpp/ScriptC.cpp
index 3a1909d7..bc7ca0e0 100644
--- a/cpp/ScriptC.cpp
+++ b/cpp/ScriptC.cpp
@@ -20,7 +20,7 @@
#include "RenderScript.h"
using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
ScriptC::ScriptC(sp<RS> rs,
const void *codeTxt, size_t codeLength,