dispatcher inherits from repairer and not from UF

This commit is contained in:
nojhan 2011-09-15 17:47:24 +02:00
commit 6fb123f2be

View file

@ -50,7 +50,7 @@ Authors:
template < typename EOT >
class edoRepairerDispatcher
: public eoUF< EOT&, void >,
: public edoRepairer<EOT>,
std::vector<
std::pair< std::set< unsigned int >, edoRepairer< EOT >* >
>