Updates from Randall Hopper to fix build under IRIX.

This commit is contained in:
Robert Osfield
2002-01-02 15:42:42 +00:00
parent f9ee0fe44a
commit 19bf04c205
2 changed files with 6 additions and 6 deletions

View File

@@ -327,7 +327,7 @@ osg::Node* createModelFromImages(ImageList& imageList)
}
void write_usage(ostream& out,const std::string& name)
void write_usage(std::ostream& out,const std::string& name)
{
out << std::endl;
out <<"usage:"<< std::endl;