Changeset 1193 for trunk/Source/System/Material/Base/OSGMaterialBase.h
- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGMaterialBase.h
r1116 r1193 148 148 #endif 149 149 Int32 &editSortKey (void); 150 const Int32 &getSortKey (void) const;150 const Int32 getSortKey (void) const; 151 151 152 152 #ifdef OSG_1_GET_COMPAT … … 154 154 #endif 155 155 Int32 &editTransparencyMode(void); 156 const Int32 &getTransparencyMode (void) const;156 const Int32 getTransparencyMode (void) const; 157 157 158 158 /*! \} */ … … 168 168 /*! \name Ptr MField Set */ 169 169 /*! \{ */ 170 170 171 /*! \} */ 171 172 /*---------------------------------------------------------------------*/
