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 >
|
||||
class edoRepairerDispatcher
|
||||
: public eoUF< EOT&, void >,
|
||||
: public edoRepairer<EOT>,
|
||||
std::vector<
|
||||
std::pair< std::set< unsigned int >, edoRepairer< EOT >* >
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue