diff --git a/include/osg/Shape b/include/osg/Shape index 5c03df04e..d5be8ae7c 100644 --- a/include/osg/Shape +++ b/include/osg/Shape @@ -472,7 +472,7 @@ class OSG_EXPORT ConvexHull : public TriangleMesh ConvexHull(const ConvexHull& hull,const CopyOp& copyop=CopyOp::SHALLOW_COPY): TriangleMesh(hull,copyop) {} - META_Shape(osg, TriangleMesh); + META_Shape(osg, ConvexHull); protected: