Added virtual destructor to LightPointDrawable

This commit is contained in:
Robert Osfield
2004-02-04 11:03:52 +00:00
parent 8cf1cc0dad
commit 77840e62e7

View File

@@ -97,7 +97,7 @@ class OSGSIM_EXPORT LightPointDrawable : public osg::Drawable
virtual bool computeBound() const;
~LightPointDrawable() {}
virtual ~LightPointDrawable() {}
osg::Endian _endian;