1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-25 12:55:50 +03:00
occt/src/Aspect/Aspect_Handle.cxx
2012-03-05 19:23:40 +04:00

9 lines
239 B
C++
Executable File

#include <Aspect_Handle.hxx>
#include <Standard_Type.hxx>
const Handle(Standard_Type)& STANDARD_TYPE(Aspect_Handle)
{
static Handle(Standard_Type) _atype = new Standard_Type ("Aspect_Handle", sizeof (Aspect_Handle));
return _atype;
}