From 4cdbbf1b4a3c92830cfe61acc5f876c121707a29 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 11 Mar 2003 13:24:28 +0000 Subject: [PATCH] Added missing osgDB:: to writeArray() usage. --- src/osgPlugins/osgText/IO_Text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osgText/IO_Text.cpp b/src/osgPlugins/osgText/IO_Text.cpp index 057863783..b0498a6b9 100644 --- a/src/osgPlugins/osgText/IO_Text.cpp +++ b/src/osgPlugins/osgText/IO_Text.cpp @@ -316,7 +316,7 @@ bool Text_writeLocalData(const osg::Object &obj, osgDB::Output &fw) { // do it the hardway...output each character as an int fw.indent() << "text "<