- Timestamp:
- 12/18/08 14:56:30 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgwidgetstyled/osgwidgetstyled.cpp
r9370 r9395 57 57 osgWidget::Widget* widget2 = new osgWidget::Widget("w2", 100.0f, 100.0f); 58 58 osgWidget::Widget* widget3 = new osgWidget::Widget("w3", 0.0f, 0.0f); 59 CustomStyled* cs = new CustomStyled();59 // CustomStyled* cs = new CustomStyled(); 60 60 61 61 // Yep.
