Show
Ignore:
Timestamp:
04/18/08 04:10:31 (7 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.inl

    r1085 r1178  
    7777//! Get the value of the MaterialDrawable::_sfMaterial field. 
    7878inline 
    79 MaterialPtrConst MaterialDrawableBase::getMaterial(void) const 
     79MaterialPtr MaterialDrawableBase::getMaterial(void) const 
    8080{ 
    8181    return _sfMaterial.getValue(); 
     
    8484//! Set the value of the MaterialDrawable::_sfMaterial field. 
    8585inline 
    86 void MaterialDrawableBase::setMaterial(MaterialPtrConstArg value) 
     86void MaterialDrawableBase::setMaterial(const MaterialPtr value) 
    8787{ 
    8888    editSField(MaterialFieldMask);