fix build
authorKim Kulling <kim.kulling@googlemail.com>
Tue, 8 Dec 2015 19:36:31 +0000 (20:36 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Tue, 8 Dec 2015 19:36:31 +0000 (20:36 +0100)
code/ColladaParser.cpp

index 8eeaddb..4c47da5 100644 (file)
@@ -66,18 +66,18 @@ using namespace Assimp::Collada;
 ColladaParser::ColladaParser( IOSystem* pIOHandler, const std::string& pFile)
     : mFileName( pFile )
     , mReader( NULL )
-    , mDataLibrary()
-    , mAccessorLibrary()
-    , mMeshLibrary()
-    , mNodeLibrary()
-    , mImageLibrary()
-    , mEffectLibrary()
-    , mMaterialLibrary()
-    , mLightLibrary()
-    , mCameraLibrary()
-    , mControllerLibrary()
+    //, mDataLibrary()
+    //, mAccessorLibrary()
+    //, mMeshLibrary()
+    //, mNodeLibrary()
+    //, mImageLibrary()
+    //, mEffectLibrary()
+    //, mMaterialLibrary()
+    //, mLightLibrary()
+    //, mCameraLibrary()
+    //, mControllerLibrary()
     , mRootNode( NULL )
-    , mAnims()
+    //, mAnims()
     , mUnitSize( 1.0f )
     , mUpDirection( UP_Y )
     , mFormat(FV_1_5_n )    // We assume the newest file format by default