From 8bdb22c22ed3f16ef59ca1c8da44654fc24a6169 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Sep 2008 15:16:57 +0000 Subject: [PATCH] From Mathias Froehlich, "Attached one namespace/scope lookup problem which shows up on irix." --- src/osgText/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index 2abe0ea6a..f549393fe 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -341,7 +341,7 @@ Font::Glyph* Font::getGlyph(const FontResolution& fontRes, unsigned int charcode void Font::setThreadSafeRefUnref(bool threadSafe) { - Object::setThreadSafeRefUnref(threadSafe); + osg::Object::setThreadSafeRefUnref(threadSafe); if (_texenv.valid()) _texenv->setThreadSafeRefUnref(threadSafe); if (_stateset.valid()) _stateset->setThreadSafeRefUnref(threadSafe);