From 6363d4c2d45e2bb935deece7dab0bdedc8b1328c Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 7 Nov 2008 08:36:38 +0000 Subject: [PATCH] Build on linux --- pandatool/src/mayaegg/mayaEggLoader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/mayaegg/mayaEggLoader.cxx b/pandatool/src/mayaegg/mayaEggLoader.cxx index aca66e0eee..bd2f3076cc 100755 --- a/pandatool/src/mayaegg/mayaEggLoader.cxx +++ b/pandatool/src/mayaegg/mayaEggLoader.cxx @@ -101,7 +101,7 @@ public: void CreateSkinCluster(MayaEggGeom *M); MayaAnim *GetAnim(EggXfmSAnim *pool); - MObject MayaEggLoader::GetDependencyNode(string givenName); + MObject GetDependencyNode(string givenName); MayaEggNurbsSurface *GetSurface(EggVertexPool *pool, EggGroup *parent);