- Timestamp:
- 04/18/08 04:05:46 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Action/RenderAction/OSGRenderAction.h
r997 r1177 135 135 /*------------------------- your_category -------------------------------*/ 136 136 137 ResultE recurceNoNodeCallbacks( NodePtrConstArgnode);137 ResultE recurceNoNodeCallbacks(const NodePtr node); 138 138 139 139 /*------------------------- your_operators ------------------------------*/ … … 191 191 /*------------------------- comparison ----------------------------------*/ 192 192 193 void overrideMaterial( Material*pMaterial,194 NodePtrConstArgpNode );195 196 Material *getMaterial ( void);193 void overrideMaterial( Material *pMaterial, 194 const NodePtr pNode ); 195 196 Material *getMaterial ( void ); 197 197 198 198 /*------------------------- comparison ----------------------------------*/
