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/Material/Base/OSGSwitchMaterialBase.inl

    r2 r54  
    9090    return _sfChoice.getValue(); 
    9191} 
     92 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95UInt32 &SwitchMaterialBase::getChoice(void) 
     96{ 
     97    return this->editChoice(); 
     98} 
     99#endif 
    92100 
    93101//! Set the value of the SwitchMaterial::_sfChoice field. 
     
    193201OSG_END_NAMESPACE 
    194202 
    195 #define OSGSWITCHMATERIALBASE_INLINE_CVSID "@(#)$Id: OSGSwitchMaterialBase.inl,v 1.1.2.3 2006/08/01 08:48:56 vossg Exp $" 
    196  
     203#define OSGSWITCHMATERIALBASE_INLINE_CVSID "@(#)$Id: $" 
     204