Changeset 859

Show
Ignore:
Timestamp:
07/30/07 15:14:13 (1 year ago)
Author:
aronb
Message:

Update Matrix4d to have the correct enum Convertable instead of StringConvertible?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/Source/Base/Field/OSGMathFieldTraits.h

    r706 r859  
    194194    typedef FieldTraits<Matrix4d>  Self; 
    195195 
    196     enum             { StringConvertable = (Self::FromStringConvertible | 
    197                                             Self::ToStreamConvertible   ) }; 
     196    enum             { Convertible = (Self::FromStringConvertible | 
     197                                      Self::ToStreamConvertible   ) }; 
    198198 
    199199    static OSG_BASE_DLLMAPPING