1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

0030569: Foundation Classes - NCollection_Shared lacks inclusion of NCollection_DefineAlloc.hxx

Add missing includes.
This commit is contained in:
kgv
2019-03-13 16:53:16 +03:00
committed by apn
parent 6b121e2b48
commit d65f9183fd
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ public:
private:
//! Callback method to unlock the mutex if OCC exception or signal is raised
virtual void DestroyCallback ();
Standard_EXPORT virtual void DestroyCallback() Standard_OVERRIDE;
//! This method should not be called (prohibited).
Standard_Mutex (const Standard_Mutex &);