commit | 69cccdf0659a193d6a75420ec745421fb5c436e6 | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Mon Apr 02 19:11:49 2012 -0700 |
committer | Jason Sams <jsams@google.com> | Mon Apr 02 19:11:49 2012 -0700 |
tree | 673371baa84ce8d334f94bdcea47e9a30ba2811e | |
parent | a662edd85843c2eb7078900b0279e38d6635795e [diff] [blame] |
Make all references use smart pointers. BUG=5972398 Change-Id: I7b8c2930ccf7d64623270cd3d0550aa6a852f2e5
diff --git a/cpp/ScriptC.h b/cpp/ScriptC.h index b68f61c..8711b8d 100644 --- a/cpp/ScriptC.h +++ b/cpp/ScriptC.h
@@ -22,6 +22,9 @@ #include "Script.h" +namespace android { +namespace renderscriptCpp { + class ScriptC : public Script { protected: ScriptC(RenderScript *rs, @@ -31,4 +34,7 @@ }; + +} +} #endif