- Timestamp:
- 03/15/03 09:01:41 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgunittests/osgunittests.cpp
r1697 r1699 41 41 osgUtx::QualifiedTestPrinter printer; 42 42 osgUtx::TestGraph::instance().root()->accept( printer ); 43 std::cout<< endl;43 std::cout<<std::endl; 44 44 } 45 45
