From Mourad Boufarguine, "This is a tiny fix for some typos in osg code."

This commit is contained in:
Robert Osfield 2011-01-28 10:50:24 +00:00
parent 9b6e3fbe94
commit ac65e37ed3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* OpenSceneGraph example, osgterrain.
/* OpenSceneGraph example, osganalysis.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -86,7 +86,7 @@ class GraphicsWindowIOS : public osgViewer::GraphicsWindow
virtual bool isSameKindAs(const Object* object) const { return dynamic_cast<const GraphicsWindowIOS*>(object)!=0; }
virtual const char* libraryName() const { return "osgViewer"; }
virtual const char* className() const { return "GraphicsWindowCarbon"; }
virtual const char* className() const { return "GraphicsWindowIOS"; }
virtual bool valid() const { return _valid; }