- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgWidget/Label.cpp
r12292 r13041 8 8 #include <osgWidget/Label> 9 9 10 bool osgWidget_Label_readData(osg::Object& /*obj*/, osgDB::Input& fr) 10 bool osgWidget_Label_readData(osg::Object& /*obj*/, osgDB::Input& fr) 11 11 { 12 12 osgWidget::warn() << "Label read" << std::endl; 13 13 14 14 return false; 15 15 } … … 18 18 { 19 19 // const osgWidget::Label& model = static_cast<const osgWidget::Label&>(obj); 20 20 21 21 fw.indent() << fw.wrapString("Label stuff...") << std::endl; 22 22
