Added osg:: to Referenced() to fix IRIX build.

This commit is contained in:
Robert Osfield 2006-08-11 21:39:41 +00:00
parent 36fcb93b0f
commit ad2b719dc0

View File

@ -37,7 +37,7 @@ GUIEventAdapter::GUIEventAdapter():
{}
GUIEventAdapter::GUIEventAdapter(const GUIEventAdapter& rhs):
Referenced(),
osg::Referenced(),
_eventType(rhs._eventType),
_time(rhs._time),
_key(rhs._key),