Added return 0 to fix warning

This commit is contained in:
Robert Osfield 2007-10-03 08:34:51 +00:00
parent f0da77042a
commit 90eaf41007

View File

@ -550,8 +550,8 @@ int ViewerBase::run()
frame();
}
}
#endif
return 0;
}
void ViewerBase::frame(double simulationTime)