Added missing osg:: infront of Referenced() contructor.
This commit is contained in:
parent
47965884e9
commit
91cf776969
@ -33,7 +33,7 @@ Extensions::Extensions()
|
||||
setupGLExtensions();
|
||||
}
|
||||
|
||||
Extensions::Extensions(const Extensions& rhs) : Referenced()
|
||||
Extensions::Extensions(const Extensions& rhs) : osg::Referenced()
|
||||
{
|
||||
_isShaderObjectsSupported = rhs._isShaderObjectsSupported;
|
||||
_isVertexShaderSupported = rhs._isVertexShaderSupported;
|
||||
|
Loading…
Reference in New Issue
Block a user