Show
Ignore:
Timestamp:
10/21/07 16:27:52 (1 year ago)
Author:
cneumann
Message:

added: typedefs for types of member fields in fc

missing includes

NOTE: Edit/GetFieldHandles are not functional right now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGImageComposerBase.h

    r976 r979  
    105105    static const OSG::BitVector NextFieldMask = 
    106106        (TypeTraits<BitVector>::One << NextFieldId); 
     107         
     108    typedef SFBool                 EnabledFieldType; 
     109    typedef SFBool                 StatisticsFieldType; 
     110         
    107111 
    108112    /*---------------------------------------------------------------------*/