Added osg:: to Referenced() to fix IRIX build.
This commit is contained in:
parent
36fcb93b0f
commit
ad2b719dc0
@ -37,7 +37,7 @@ GUIEventAdapter::GUIEventAdapter():
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
GUIEventAdapter::GUIEventAdapter(const GUIEventAdapter& rhs):
|
GUIEventAdapter::GUIEventAdapter(const GUIEventAdapter& rhs):
|
||||||
Referenced(),
|
osg::Referenced(),
|
||||||
_eventType(rhs._eventType),
|
_eventType(rhs._eventType),
|
||||||
_time(rhs._time),
|
_time(rhs._time),
|
||||||
_key(rhs._key),
|
_key(rhs._key),
|
||||||
|
Loading…
Reference in New Issue
Block a user