Show
Ignore:
Timestamp:
03/29/07 01:59:21 (2 years ago)
Author:
vossg
Message:

fixed : es compile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Mixins/OSGSimpleAttachment.h

    r107 r644  
    7070  public: 
    7171 
    72     typedef          AttachmentDescT                   Desc; 
    73     typedef typename Desc::FieldTypeT                  StoredFieldType; 
     72    typedef          AttachmentDescT                   SimpleDesc; 
     73    typedef typename SimpleDesc::FieldTypeT            StoredFieldType; 
    7474 
    7575    typedef          SimpleAttachment<AttachmentDescT> Self;