summaryrefslogtreecommitdiff
path: root/src/MFT/MFT_FileRecord.cxx
blob: 51ef5a7b0b386dd32f827b4d737df15043d3e1be (plain)
1
2
3
4
5
6
7
8
#include <MFT_FileRecord.hxx>

const Handle_Standard_Type& STANDARD_TYPE(MFT_FileRecord)
{
  static Handle_Standard_Type _aType = new Standard_Type("MFT_FileRecord",sizeof(MFT_FileRecord));

  return _aType;
}