shotf and shotd are TYPEDEF not SUBCLASS !!!

This commit is contained in:
Paolo Cignoni 2010-10-21 13:41:29 +00:00
parent f646abea7b
commit a9db0be12d
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ S Shot<S,RotationType>::Depth(const vcg::Point3<S> & p)const
//--- utility definitions
class Shotf: public Shot<float>{};
class Shotd: public Shot<double>{};
typedef Shot<float> Shotf;
typedef Shot<double> Shotd;
//-----------------------
} // end name space