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/Cluster/Window/Base/OSGImageComposerBase.inl

    r787 r1193  
    8686//! Get the value of the ImageComposer::_sfEnabled field. 
    8787inline 
    88 const bool &ImageComposerBase::getEnabled(void) const 
     88const bool ImageComposerBase::getEnabled(void) const 
    8989{ 
    9090    return _sfEnabled.getValue(); 
     
    119119//! Get the value of the ImageComposer::_sfStatistics field. 
    120120inline 
    121 const bool &ImageComposerBase::getStatistics(void) const 
     121const bool ImageComposerBase::getStatistics(void) const 
    122122{ 
    123123    return _sfStatistics.getValue();