- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/Base/OSGImageComposerBase.inl
r787 r1193 86 86 //! Get the value of the ImageComposer::_sfEnabled field. 87 87 inline 88 const bool &ImageComposerBase::getEnabled(void) const88 const bool ImageComposerBase::getEnabled(void) const 89 89 { 90 90 return _sfEnabled.getValue(); … … 119 119 //! Get the value of the ImageComposer::_sfStatistics field. 120 120 inline 121 const bool &ImageComposerBase::getStatistics(void) const121 const bool ImageComposerBase::getStatistics(void) const 122 122 { 123 123 return _sfStatistics.getValue();
