Fixed automatic loading of plugins

This commit is contained in:
Robert Osfield
2010-02-10 16:23:27 +00:00
parent 4e44073e6b
commit f3ee7fa6ba
2 changed files with 73 additions and 59 deletions

View File

@@ -102,6 +102,9 @@ class OSGDB_EXPORT DeprecatedDotOsgWrapperManager : public osg::Referenced
bool writeObject(const osg::Object& obj,Output& fw);
typedef std::list<std::string> FileNames;
bool getLibraryFileNamesToTry(const std::string& name, FileNames& fileNames);
private:
virtual ~DeprecatedDotOsgWrapperManager() {}