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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.cpp

    r1161 r1193  
    339339} 
    340340 
     341SFUnrecGeoMultiPropertyDataPtr *GeoMultiPropertyBase::editSFContainer      (void) 
     342{ 
     343    editSField(ContainerFieldMask); 
     344 
     345    return &_sfContainer; 
     346} 
     347 
    341348SFUInt32 *GeoMultiPropertyBase::editSFOffset(void) 
    342349{ 
     
    691698    if(source != NULL) 
    692699    { 
    693  
    694         this->setContainer(source->getContainer()); 
     700        GeoMultiProperty *pThis = static_cast<GeoMultiProperty *>(this); 
     701 
     702        pThis->setContainer(source->getContainer()); 
    695703    } 
    696704}