typedef EOT -> EOType

This commit is contained in:
Johann Dreo 2012-07-12 11:25:34 +02:00
commit defa972e09
3 changed files with 49 additions and 49 deletions

View file

@ -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)