|
|
@@ -35,7 +35,6 @@ namespace Urho3D
|
|
|
template <class T> class Vector : public VectorBase
|
|
|
{
|
|
|
public:
|
|
|
- typedef T T;
|
|
|
typedef RandomAccessIterator<T> Iterator;
|
|
|
typedef RandomAccessConstIterator<T> ConstIterator;
|
|
|
|
|
|
@@ -459,7 +458,6 @@ private:
|
|
|
template <class T> class PODVector : public VectorBase
|
|
|
{
|
|
|
public:
|
|
|
- typedef T T;
|
|
|
typedef RandomAccessIterator<T> Iterator;
|
|
|
typedef RandomAccessConstIterator<T> ConstIterator;
|
|
|
|