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/BaseObj.cpp b/cpp/BaseObj.cpp index 4a9faac..bb92bce 100644 --- a/cpp/BaseObj.cpp +++ b/cpp/BaseObj.cpp
@@ -19,7 +19,7 @@ #include "RenderScript.h" using namespace android; -using namespace renderscriptCpp; +using namespace RSC; void * BaseObj::getID() const { if (mID == NULL) {