From c51e94725bb21e96d83bf89f00ed587ba7a3eddb Mon Sep 17 00:00:00 2001 From: Michael PLATINGS Date: Tue, 11 May 2010 09:08:55 +0000 Subject: [PATCH] Fix from Martins Innus for error: extra qualification 'FbxMaterialToOsgStateSet::' on member 'FbxMaterialToOsgStateSet' --- src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h b/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h index 7c7a157d7..c89da51e0 100644 --- a/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h +++ b/src/osgPlugins/fbx/fbxMaterialToOsgStateSet.h @@ -30,7 +30,7 @@ public: StateSetContent convert(const KFbxSurfaceMaterial* pFbxMat); //dir is the directory where fbx is stored (for relative path). - FbxMaterialToOsgStateSet::FbxMaterialToOsgStateSet(const std::string& dir, const osgDB::Options* options) : + FbxMaterialToOsgStateSet(const std::string& dir, const osgDB::Options* options) : _options(options), _dir(dir) {}