This patch is for speech-tools for Debian GNU/Linux, and forces the use of the actual template rather than that which is inherits from when defining Iter typedef. --- a/include/EST_TIterator.h +++ b/include/EST_TIterator.h @@ -228,7 +228,7 @@ public: - typedef EST_TIterator Iter; + typedef EST_TRwIterator Iter; /// Create an iterator not associated with any specific container. EST_TRwIterator() {this->cont=NULL;} @@ -278,7 +278,7 @@ { public: - typedef EST_TIterator Iter; + typedef EST_TRwStructIterator Iter; /// Create an iterator not associated with any specific container. EST_TRwStructIterator() {this->cont=NULL;}