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

@ -59,7 +59,7 @@ class eoDetSelect : public eoSelect<EOT>
unsigned remain = target % pSize;
unsigned entireCopy = target / pSize;
eoPop<EOT>::iterator it = _dest.begin();
typename eoPop<EOT>::iterator it = _dest.begin();
if (target >= pSize)
{