Changeset 11484 for OpenSceneGraph/trunk/src/osgAnimation/LinkVisitor.cpp
- Timestamp:
- 05/28/10 18:07:09 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/LinkVisitor.cpp
r11009 r11484 42 42 _nbLinkedTarget += result; 43 43 } 44 osg::notify(osg::NOTICE)<< "LinkVisitor links " << result << " for \"" << cb->getName() << '"' << std::endl;44 OSG_NOTICE << "LinkVisitor links " << result << " for \"" << cb->getName() << '"' << std::endl; 45 45 } 46 46
