summaryrefslogtreecommitdiff
path: root/rsMesh.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 /rsMesh.h
parent976e2830d50c6dae3b55eac1d7e5fe7243cbdc0f (diff)
downloadrs-b825f67adb5d1e1751fe108e6dbf9c6f2555c283.tar.gz
Creating the jni and java layer to integrate a3d
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
Diffstat (limited to 'rsMesh.h')
-rw-r--r--rsMesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsMesh.h b/rsMesh.h
index e3edf521..8c7e8a44 100644
--- a/rsMesh.h
+++ b/rsMesh.h
@@ -70,9 +70,9 @@ public:
void analyzeElement();
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_MESH; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_MESH; }
static Mesh *createFromStream(Context *rsc, IStream *stream);
-
+
protected:
};