summaryrefslogtreecommitdiff
path: root/cpp/Type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/Type.cpp')
-rw-r--r--cpp/Type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Type.cpp b/cpp/Type.cpp
index 1b64c30d..6b9ac401 100644
--- a/cpp/Type.cpp
+++ b/cpp/Type.cpp
@@ -23,7 +23,7 @@
#include "RenderScript.h"
using namespace android;
-using namespace renderscriptCpp;
+using namespace RSC;
void Type::calcElementCount() {
bool hasLod = hasMipmaps();