From 7432eee381352917959acc524bfebed8016a4402 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 10 Jul 2003 13:48:56 +0000 Subject: [PATCH] Fix to accomodate function name change in osgDB::Registry. --- examples/osgconv/osgconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgconv/osgconv.cpp b/examples/osgconv/osgconv.cpp index 4100a2fdf..9a73dbda7 100644 --- a/examples/osgconv/osgconv.cpp +++ b/examples/osgconv/osgconv.cpp @@ -140,7 +140,7 @@ parse_args( int argc, char **argv, FileNameList &fileNames, case('e'): if (nexticreateLibraryNameForExt(argv[nexti++]); + std::string libName = osgDB::Registry::instance()->createLibraryNameForExtension(argv[nexti++]); osgDB::Registry::instance()->loadLibrary(libName); } else