Fixes for Win32 build

This commit is contained in:
Robert Osfield
2002-07-11 21:08:02 +00:00
parent 840df13438
commit 0ea6a7af4a
4 changed files with 50 additions and 41 deletions

View File

@@ -163,7 +163,7 @@ class MySceneView : public osgUtil::SceneView {
// override the basic SceneView::app traversal.
virtual void app()
{
osgUtil::SceneView::app();
SceneView::app();
switch (_viewerMode)
{
case(MASTER):

View File

@@ -108,7 +108,7 @@ int main( int argc, char **argv )
}
else
{
notify(osg::NOTICE)<<"unable to load reflect map, model will not be mutlitextured"<<endl;
osg::notify(osg::NOTICE)<<"unable to load reflect map, model will not be mutlitextured"<<std::endl;
}