Fixed the new TemplateArray desctructor.

This commit is contained in:
Robert Osfield
2002-07-16 10:20:26 +00:00
parent 7cf7d8fadb
commit 6c8c02792a

View File

@@ -105,7 +105,7 @@ class TemplateArray : public Array, public std::vector<T>
protected:
virtual ~Array() {}
virtual ~TemplateArray() {}
};
typedef TemplateArray<GLbyte,Array::ByteArrayType,1,GL_BYTE> ByteArray;