diff --git a/DataStructures/DeallocatingVector.h b/DataStructures/DeallocatingVector.h index d3c19d170..c3f922c85 100644 --- a/DataStructures/DeallocatingVector.h +++ b/DataStructures/DeallocatingVector.h @@ -32,7 +32,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #endif -template +template class DeallocatingVectorIterator : public std::iterator { protected: @@ -185,7 +185,7 @@ public: } }; -template +template class DeallocatingVector { private: size_t mCurrentSize;