- Timestamp:
- 04/22/08 04:54:20 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h
r1116 r1184 64 64 #include "OSGBaseTypes.h" 65 65 66 #include "OSG FieldContainerAttachment.h" // Parent66 #include "OSGAttachment.h" // Parent 67 67 68 68 #include "OSGStringFields.h" // Keys type … … 77 77 //! \brief StringAttributeMap Base Class. 78 78 79 class OSG_SYSTEM_DLLMAPPING StringAttributeMapBase : public FieldContainerAttachment79 class OSG_SYSTEM_DLLMAPPING StringAttributeMapBase : public Attachment 80 80 { 81 81 public: 82 82 83 typedef FieldContainerAttachment Inherited;84 typedef FieldContainerAttachment ParentContainer;83 typedef Attachment Inherited; 84 typedef Attachment ParentContainer; 85 85 86 86 typedef Inherited::TypeObject TypeObject;
