dispatcher inherits from repairer and not from UF
This commit is contained in:
parent
c1d49d7bd2
commit
6fb123f2be
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Authors:
|
||||||
|
|
||||||
template < typename EOT >
|
template < typename EOT >
|
||||||
class edoRepairerDispatcher
|
class edoRepairerDispatcher
|
||||||
: public eoUF< EOT&, void >,
|
: public edoRepairer<EOT>,
|
||||||
std::vector<
|
std::vector<
|
||||||
std::pair< std::set< unsigned int >, edoRepairer< EOT >* >
|
std::pair< std::set< unsigned int >, edoRepairer< EOT >* >
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Reference in a new issue