Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Misc/OSGDistanceLODBase.cpp

    r2 r54  
    169169} 
    170170 
     171#ifdef OSG_1_COMPAT 
     172SFPnt3f *DistanceLODBase::getSFCenter(void) 
     173{ 
     174    return this->editSFCenter(); 
     175} 
     176#endif 
     177 
    171178MFReal32 *DistanceLODBase::editMFRange(void) 
    172179{ 
     
    180187    return &_mfRange; 
    181188} 
     189 
     190#ifdef OSG_1_COMPAT 
     191MFReal32 *DistanceLODBase::getMFRange(void) 
     192{ 
     193    return this->editMFRange(); 
     194} 
     195#endif 
    182196 
    183197