From Tim Moore, fixed typo and removed redundent include

This commit is contained in:
Robert Osfield 2010-06-01 09:21:42 +00:00
parent 36f4faef95
commit d8511fa5ca
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class OSG_EXPORT Observer
};
/** Class used by osg::Referenced to track the observers assoicated with it.*/
/** Class used by osg::Referenced to track the observers associated with it.*/
class OSG_EXPORT ObserverSet : public osg::Referenced
{
public:

View File

@ -16,7 +16,6 @@
#include <osg/State>
#include <osg/View>
#include <osg/observer_ptr>
namespace osg {