diff options
Diffstat (limited to 'libs/rs/rsContextHostStub.h')
-rw-r--r-- | libs/rs/rsContextHostStub.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/rs/rsContextHostStub.h b/libs/rs/rsContextHostStub.h index ee32b57..aa18bdd 100644 --- a/libs/rs/rsContextHostStub.h +++ b/libs/rs/rsContextHostStub.h @@ -44,13 +44,11 @@ // --------------------------------------------------------------------------- namespace android { - namespace renderscript { class Device; -class Context -{ +class Context { public: Context(Device *, bool isGraphics, bool useDepth) { mObjHead = NULL; |