From Tim Moore, fixed typo and removed redundent include
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
#include <osg/State>
|
||||
#include <osg/View>
|
||||
#include <osg/observer_ptr>
|
||||
|
||||
namespace osg {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user