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/NodeCores/Drawables/Base/OSGMaterialDrawableBase.h

    r1193 r1197  
    130130 
    131131 
    132                   MaterialPtr getMaterial       (void) const; 
     132                  Material * getMaterial       (void) const; 
    133133 
    134134    /*! \}                                                                 */ 
     
    137137    /*! \{                                                                 */ 
    138138 
    139             void setMaterial       (const MaterialPtr value); 
     139            void setMaterial       (Material * const value); 
    140140 
    141141    /*! \}                                                                 */