summaryrefslogtreecommitdiff
path: root/rsProgramStore.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-06-04 10:06:50 -0700
committerAlex Sakhartchouk <alexst@google.com>2010-06-04 10:06:50 -0700
commitb825f67adb5d1e1751fe108e6dbf9c6f2555c283 (patch)
tree654cae2dc222f2249c9aab4f6b9d054f904e37da /rsProgramStore.h
parent976e2830d50c6dae3b55eac1d7e5fe7243cbdc0f (diff)
downloadrs-b825f67adb5d1e1751fe108e6dbf9c6f2555c283.tar.gz
Creating the jni and java layer to integrate a3d
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
Diffstat (limited to 'rsProgramStore.h')
-rw-r--r--rsProgramStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramStore.h b/rsProgramStore.h
index c6c312f5..fe8d78ec 100644
--- a/rsProgramStore.h
+++ b/rsProgramStore.h
@@ -44,7 +44,7 @@ public:
void setDitherEnable(bool);
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_PROGRAM_STORE; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_PROGRAM_STORE; }
static ProgramStore *createFromStream(Context *rsc, IStream *stream);
protected: