From 148c24d69ca5610bf4c2f98f97699e5425187e2e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 26 Nov 2003 11:01:12 +0000 Subject: [PATCH] Changed SG_EXPORT to OSGSIM_EXPORT. --- include/osgSim/MultiSwitch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/osgSim/MultiSwitch b/include/osgSim/MultiSwitch index f1a14c284..7a1cc0332 100644 --- a/include/osgSim/MultiSwitch +++ b/include/osgSim/MultiSwitch @@ -15,13 +15,14 @@ #define OSG_MULTISWITCH 1 #include +#include namespace osgSim { /** MultiSwitch is a Group node which allows switching between sets of selected children. MultiSwtich is based on the OpenFlight switch behaviour. */ -class SG_EXPORT MultiSwitch : public osg::Group +class OSGSIM_EXPORT MultiSwitch : public osg::Group { public :