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

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95bool &LightEngineBase::getEnabled(void) 
     96{ 
     97    return this->editEnabled(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the LightEngine::_sfEnabled field. 
    94102inline 
     
    154162OSG_END_NAMESPACE 
    155163 
    156 #define OSGLIGHTENGINEBASE_INLINE_CVSID "@(#)$Id: OSGLightEngineBase.inl,v 1.1.2.3 2006/08/01 08:48:57 vossg Exp $" 
     164#define OSGLIGHTENGINEBASE_INLINE_CVSID "@(#)$Id: $" 
    157165