Added virtual destructor to LightPointDrawable
This commit is contained in:
@@ -97,7 +97,7 @@ class OSGSIM_EXPORT LightPointDrawable : public osg::Drawable
|
||||
|
||||
virtual bool computeBound() const;
|
||||
|
||||
~LightPointDrawable() {}
|
||||
virtual ~LightPointDrawable() {}
|
||||
|
||||
osg::Endian _endian;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user