Fixed the new TemplateArray desctructor.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user