From 7eaba69bb673b617786f341a091b9c81fe8dc237 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 27 Jun 2002 15:18:10 +0000 Subject: [PATCH] Added SG_EXPORT which was missing. --- include/osg/Primitive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Primitive b/include/osg/Primitive index 69d327247..082f1ecd0 100644 --- a/include/osg/Primitive +++ b/include/osg/Primitive @@ -183,7 +183,7 @@ class SG_EXPORT UShortDrawElements : public Primitive, public std::vector +class SG_EXPORT UIntDrawElements : public Primitive, public std::vector { public: