From ac65e37ed31675b24d7b0ad6c5ac3a752c5158d0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 28 Jan 2011 10:50:24 +0000 Subject: [PATCH] From Mourad Boufarguine, "This is a tiny fix for some typos in osg code." --- examples/osganalysis/osganalysis.cpp | 2 +- include/osgViewer/api/IOS/GraphicsWindowIOS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osganalysis/osganalysis.cpp b/examples/osganalysis/osganalysis.cpp index c418188a4..1fdf20365 100644 --- a/examples/osganalysis/osganalysis.cpp +++ b/examples/osganalysis/osganalysis.cpp @@ -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 diff --git a/include/osgViewer/api/IOS/GraphicsWindowIOS b/include/osgViewer/api/IOS/GraphicsWindowIOS index 0ba56de9a..beeb63074 100755 --- a/include/osgViewer/api/IOS/GraphicsWindowIOS +++ b/include/osgViewer/api/IOS/GraphicsWindowIOS @@ -86,7 +86,7 @@ class GraphicsWindowIOS : public osgViewer::GraphicsWindow virtual bool isSameKindAs(const Object* object) const { return dynamic_cast(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; }