From 396b2668c8547545e3ec2bbb6d419273d328ce43 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 4 Dec 2001 19:41:08 +0000 Subject: [PATCH] Updates to the flt loader, from Brede Johansen. --- src/osgPlugins/flt/GeoSetBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/flt/GeoSetBuilder.h b/src/osgPlugins/flt/GeoSetBuilder.h index dc3352e46..236e11195 100644 --- a/src/osgPlugins/flt/GeoSetBuilder.h +++ b/src/osgPlugins/flt/GeoSetBuilder.h @@ -45,7 +45,7 @@ class DynGeoSet : public osg::GeoSet virtual osg::Object* clone() const { return new DynGeoSet(); } virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast(obj)!=NULL; } - virtual const char* className() const { return "DynGeoSet"; } + virtual const char* className() const { return "GeoSet"; } int compare(const DynGeoSet& rhs) const {