From d9af228892a6eb145fa8629c6174304d071e3e8a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Nov 2002 10:39:35 +0000 Subject: [PATCH] Added export to the height field class. --- include/osg/Shape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Shape b/include/osg/Shape index a2ac3aa6b..c3a233861 100644 --- a/include/osg/Shape +++ b/include/osg/Shape @@ -392,7 +392,7 @@ class ConvexHull : public TriangleMesh ~ConvexHull() {} }; -class HeightField : public Shape +class SG_EXPORT HeightField : public Shape { public: