Providing portability with CAS-6.2.1sp1

This commit is contained in:
maintenance team 2008-02-19 08:13:53 +00:00
parent 8bc0ec2d0d
commit 6330e1a400

View File

@ -52,9 +52,9 @@ protected:
private:
bool myConcaveQuad;
vector<bool> myConcaveSide;
vector<gp_Pnt> myPoints;
vector<GeomAdaptor_Surface> myPlanes;
std::vector<bool> myConcaveSide;
std::vector<gp_Pnt> myPoints;
std::vector<GeomAdaptor_Surface> myPlanes;
gp_Vec myQuadNormal;
};
#endif