Changeset 11181
- Timestamp:
- 03/10/10 11:32:58 (3 years ago)
- Location:
- OpenSceneGraph/trunk/src/osgUtil/tristripper/include/detail
- Files:
-
- 2 modified
-
graph_array.h (modified) (1 diff)
-
policy.h (modified) (1 diff)
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 -
OpenSceneGraph/trunk/src/osgUtil/tristripper/include/detail/policy.h
r10894 r11181 33 33 34 34 private: 35 policy& operator = (const policy&) { return *this; } 35 36 strip m_Strip; 36 37 size_t m_Degree;
