From 77840e62e760833c40c4415e68020895b1ef32ad Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 4 Feb 2004 11:03:52 +0000 Subject: [PATCH] Added virtual destructor to LightPointDrawable --- src/osgSim/LightPointDrawable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgSim/LightPointDrawable.h b/src/osgSim/LightPointDrawable.h index cc5d6462c..4299a9289 100644 --- a/src/osgSim/LightPointDrawable.h +++ b/src/osgSim/LightPointDrawable.h @@ -97,7 +97,7 @@ class OSGSIM_EXPORT LightPointDrawable : public osg::Drawable virtual bool computeBound() const; - ~LightPointDrawable() {} + virtual ~LightPointDrawable() {} osg::Endian _endian;