From 23569ac5db4f4384c565d37cf3bc3823a6ce9180 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 22 May 2003 14:02:10 +0000 Subject: [PATCH] Removed occurances of SG_EXPORT. --- examples/osgconv/GeoSet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/osgconv/GeoSet.h b/examples/osgconv/GeoSet.h index 0be563ed2..aabda2243 100644 --- a/examples/osgconv/GeoSet.h +++ b/examples/osgconv/GeoSet.h @@ -37,7 +37,7 @@ class Geometry; a referenced counted pointer to. Both GeoSet's and StateSet's can be shared for optimal memory usage and graphics performance. */ -class SG_EXPORT GeoSet : public Drawable +class GeoSet : public Drawable { public: @@ -87,7 +87,7 @@ class SG_EXPORT GeoSet : public Drawable }; - struct SG_EXPORT IndexPointer + struct IndexPointer { mutable unsigned int _size; @@ -324,7 +324,7 @@ class SG_EXPORT GeoSet : public Drawable * momory attached to the GeoSet is owned by this GeoSet and can be deleted * using delete []. If this is not the cause derive your own AttributeDeleteFunctor * a specify your own memory deletion operation.*/ - struct SG_EXPORT AttributeDeleteFunctor : public osg::Referenced + struct AttributeDeleteFunctor : public osg::Referenced { // see GeoSet.cpp for implemention. virtual void operator() (GeoSet* gset);