X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOpenGl%2FOpenGl_Mesh.hxx;h=061deba990c2dad751fafe3230a129d6a6e73f06;hb=1c35b92f5f2a40f07daad81e31af2183de3c60fd;hpb=59f45b7cefdfbbe8442fe35113530c3c0d21d2b6 diff --git a/src/OpenGl/OpenGl_Mesh.hxx b/src/OpenGl/OpenGl_Mesh.hxx index 69157e2908..061deba990 100644 --- a/src/OpenGl/OpenGl_Mesh.hxx +++ b/src/OpenGl/OpenGl_Mesh.hxx @@ -33,7 +33,7 @@ struct TEL_INDEXPOLY_DATA tel_colour vcolours; /* Vertex colour values */ tel_point vnormals; /* Vertex normals */ tel_texture_coord vtexturecoord; /* Texture Coordinates */ - IMPLEMENT_MEMORY_OPERATORS + DEFINE_STANDARD_ALLOC }; class OpenGl_Mesh : public OpenGl_Element @@ -72,7 +72,7 @@ class OpenGl_Mesh : public OpenGl_Element DS_INTERNAL *myDS; public: - IMPLEMENT_MEMORY_OPERATORS + DEFINE_STANDARD_ALLOC }; #endif //OpenGl_Mesh_Header