Show
Ignore:
Timestamp:
05/05/08 06:58:23 (4 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGMaterialBase.cpp

    r1161 r1197  
    417417 
    418418#if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 
    419 DataType FieldTraits<MaterialPtr>::_type("MaterialPtr", "AttachmentContainerPtr"); 
     419DataType FieldTraits<Material *>::_type("MaterialPtr", "AttachmentContainerPtr"); 
    420420#endif 
    421421 
    422 OSG_FIELDTRAITS_GETTYPE(MaterialPtr
     422OSG_FIELDTRAITS_GETTYPE(Material *
    423423 
    424424OSG_EXPORT_PTR_SFIELD_FULL(PointerSField,  
    425                            MaterialPtr,  
     425                           Material *,  
    426426                           0); 
    427427 
    428428OSG_EXPORT_PTR_MFIELD_FULL(PointerMField,  
    429                            MaterialPtr,  
     429                           Material *,  
    430430                           0); 
    431431