From Tim Moore, fixed typo and removed redundent include
This commit is contained in:
parent
36f4faef95
commit
d8511fa5ca
@ -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
|
class OSG_EXPORT ObserverSet : public osg::Referenced
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include <osg/State>
|
#include <osg/State>
|
||||||
#include <osg/View>
|
#include <osg/View>
|
||||||
#include <osg/observer_ptr>
|
|
||||||
|
|
||||||
namespace osg {
|
namespace osg {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user