From ad2b719dc02161295ebfb0aa1f0cd0e0b3c7e6c2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 11 Aug 2006 21:39:41 +0000 Subject: [PATCH] Added osg:: to Referenced() to fix IRIX build. --- src/osgGA/GUIEventAdapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgGA/GUIEventAdapter.cpp b/src/osgGA/GUIEventAdapter.cpp index ff0a7cad7..e8345a0b9 100644 --- a/src/osgGA/GUIEventAdapter.cpp +++ b/src/osgGA/GUIEventAdapter.cpp @@ -37,7 +37,7 @@ GUIEventAdapter::GUIEventAdapter(): {} GUIEventAdapter::GUIEventAdapter(const GUIEventAdapter& rhs): - Referenced(), + osg::Referenced(), _eventType(rhs._eventType), _time(rhs._time), _key(rhs._key),