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/RenderScript.cpp b/cpp/RenderScript.cpp index 4a96dce..ffc0ce6 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp
@@ -25,7 +25,7 @@ #include "rs.h" using namespace android; -using namespace renderscriptCpp; +using namespace RSC; bool RS::gInitialized = false; pthread_mutex_t RS::gInitMutex = PTHREAD_MUTEX_INITIALIZER;