summaryrefslogtreecommitdiff
path: root/libs/rs/rsSimpleMesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsSimpleMesh.h')
-rw-r--r--libs/rs/rsSimpleMesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsSimpleMesh.h b/libs/rs/rsSimpleMesh.h
index 94e6a26a7580..362c7fbac2d4 100644
--- a/libs/rs/rsSimpleMesh.h
+++ b/libs/rs/rsSimpleMesh.h
@@ -49,9 +49,9 @@ public:
void renderRange(Context *, uint32_t start, uint32_t len) const;
void uploadAll(Context *);
void updateGLPrimitive();
-
+
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_SIMPLE_MESH; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SIMPLE_MESH; }
static SimpleMesh *createFromStream(Context *rsc, IStream *stream);
protected: