- Timestamp:
- 03/10/10 11:32:58 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgUtil/tristripper/include/detail/graph_array.h
r10894 r11181 104 104 value_type m_Elem; 105 105 bool m_Marker; 106 private: 107 node& operator = (const node&) { return *this; } 106 108 }; 107 109
