mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0022815: Missing delete operator for placement new
This commit is contained in:
@@ -61,7 +61,7 @@ struct OPENGL_EXTRA_REP
|
||||
struct OPENGL_CLIP_REP
|
||||
{
|
||||
Standard_Real equation[4];
|
||||
IMPLEMENT_MEMORY_OPERATORS
|
||||
DEFINE_STANDARD_ALLOC
|
||||
};
|
||||
|
||||
struct OPENGL_ZCLIP
|
||||
@@ -226,7 +226,7 @@ class OpenGl_View : public MMgt_TShared
|
||||
Standard_Boolean myResetFLIST;
|
||||
|
||||
public:
|
||||
IMPLEMENT_MEMORY_OPERATORS
|
||||
DEFINE_STANDARD_ALLOC
|
||||
};
|
||||
|
||||
#endif //_OpenGl_View_Header
|
||||
|
Reference in New Issue
Block a user