- 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.h
r1116 r1193 148 148 #endif 149 149 bool &editEnabled (void); 150 const bool &getEnabled (void) const;150 const bool getEnabled (void) const; 151 151 152 152 #ifdef OSG_1_GET_COMPAT … … 154 154 #endif 155 155 bool &editStatistics (void); 156 const bool &getStatistics (void) const;156 const bool getStatistics (void) const; 157 157 158 158 /*! \} */ … … 168 168 /*! \name Ptr MField Set */ 169 169 /*! \{ */ 170 170 171 /*! \} */ 171 172 /*---------------------------------------------------------------------*/
