summaryrefslogtreecommitdiff
path: root/src/Aspect/Aspect_Handle.cxx
blob: ec838420ec59307d85b5e91fbb2ff099830e79a2 (plain)
1
2
3
4
5
6
7
8
#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;
}