- Timestamp:
- 05/28/10 18:22:02 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp
r10764 r11489 284 284 { 285 285 std::string warning( "fltexp: writeObject has invalid ObjectRecordData." ); 286 osg::notify( osg::WARN )<< warning << std::endl;286 OSG_WARN << warning << std::endl; 287 287 _fltOpt->getWriteResult().warn( warning ); 288 288 return;
