Provide virtual destructors as gcc-4 barks heavily otherwise

This commit is contained in:
kuepper 2005-09-05 16:47:53 +00:00
commit 88a3a641c6
2 changed files with 14 additions and 5 deletions

View file

@ -46,6 +46,9 @@ public :
current = dest.end();
}
/** @brief Virtual Constructor */
virtual ~eoPopulator() {};
struct OutOfIndividuals {};
/** a populator behaves like an iterator. Hence the operator*