line too long

This commit is contained in:
Sylvain Pion 2004-01-18 13:12:46 +00:00
parent 3a023451a0
commit e95be7b674
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public:
{ return (*this->Ptr()) * (*t.Ptr()); }
protected:
Aff_transformation_3 transpose() const { return this->Ptr()->transpose(); }
Aff_transformation_3 transpose() const { return this->Ptr()->transpose(); }
};