typedef EOT -> EOType
This commit is contained in:
parent
546f24295e
commit
defa972e09
3 changed files with 49 additions and 49 deletions
|
|
@ -40,7 +40,7 @@ template < typename D >
|
|||
class edoAlgo : public eoAlgo< typename D::EOType >
|
||||
{
|
||||
//! Alias for the type
|
||||
typedef typename D::EOType EOT;
|
||||
typedef typename D::EOType EOType;
|
||||
|
||||
// virtual R operator()(A1) = 0; (defined in eoUF)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue