added some typename statements to make it compile without warnings under gcc3.2

This commit is contained in:
okoenig 2002-11-03 13:07:43 +00:00
commit c175b152bc
10 changed files with 20 additions and 20 deletions

View file

@ -122,7 +122,7 @@ public :
protected :
eoPop<EOT>& dest;
eoPop<EOT>::iterator current;
typename eoPop<EOT>::iterator current;
const eoPop<EOT>& src;
private :