summaryrefslogtreecommitdiff
path: root/rsMesh.h
diff options
context:
space:
mode:
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:
};