diff options
Diffstat (limited to 'libs/rs/RenderScript.h')
-rw-r--r-- | libs/rs/RenderScript.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index 2d352be53d2d..0eb6a6d6c82f 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -33,6 +33,8 @@ class RenderScript { friend class Allocation; friend class Element; friend class Type; + friend class Script; + friend class ScriptC; public: RenderScript(); @@ -144,6 +146,7 @@ private: + void throwError(const char *err) const; static void * threadProc(void *); |