- Timestamp:
- 01/12/10 12:12:06 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h
r10853 r10945 48 48 typedef std::vector<std::pair<Triangle, int> > ListTriangle; //the int is the drawable of the triangle 49 49 50 class WriterNodeVisitor: public osg::NodeVisitor { 50 class WriterNodeVisitor: public osg::NodeVisitor 51 { 51 52 52 53 public: … … 139 140 bool operator()(const osg::ref_ptr<osg::StateSet>& ss1, const osg::ref_ptr<osg::StateSet>& ss2) const 140 141 { 141 return *ss1 < *ss2;142 return *ss1 < *ss2; 142 143 } 143 144 };
