diff --git a/include/osg/Array b/include/osg/Array index eda284698..8ae69ff48 100644 --- a/include/osg/Array +++ b/include/osg/Array @@ -105,7 +105,7 @@ class TemplateArray : public Array, public std::vector protected: - virtual ~Array() {} + virtual ~TemplateArray() {} }; typedef TemplateArray ByteArray;