From Mourad Boufarguine, "This is a tiny fix for some typos in osg code."
This commit is contained in:
parent
9b6e3fbe94
commit
ac65e37ed3
@ -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
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user