diff --git a/vcg/math/shot.h b/vcg/math/shot.h index 57830806..332225f9 100644 --- a/vcg/math/shot.h +++ b/vcg/math/shot.h @@ -402,8 +402,8 @@ S Shot::Depth(const vcg::Point3 & p)const //--- utility definitions -class Shotf: public Shot{}; -class Shotd: public Shot{}; +typedef Shot Shotf; +typedef Shot Shotd; //----------------------- } // end name space