- Timestamp:
- 04/22/08 04:54:20 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.cpp
r1161 r1184 139 139 "<FieldContainer\n" 140 140 "\tname=\"StringAttributeMap\"\n" 141 "\tparent=\" FieldContainerAttachment\"\n"141 "\tparent=\"Attachment\"\n" 142 142 "\tlibrary=\"System\"\n" 143 143 "\tpointerfieldtypes=\"single\"\n" … … 489 489 490 490 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 491 DataType FieldTraits<StringAttributeMapPtr>::_type("StringAttributeMapPtr", " FieldContainerAttachmentPtr");491 DataType FieldTraits<StringAttributeMapPtr>::_type("StringAttributeMapPtr", "AttachmentPtr"); 492 492 #endif 493 493
