Changeset 11484 for OpenSceneGraph/trunk/src/osgAnimation/MorphGeometry.cpp
- Timestamp:
- 05/28/10 18:07:09 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/MorphGeometry.cpp
r11009 r11484 272 272 else 273 273 { 274 osg::notify(osg::WARN)<< "Channel " << channel->getName() << " does not contain a valid symbolic name for this class" << std::endl;274 OSG_WARN << "Channel " << channel->getName() << " does not contain a valid symbolic name for this class" << std::endl; 275 275 } 276 276 return false;
