Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2016-09-24 02:47:55 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2016-09-24 02:47:55 +0300
commit36d0ea3123743e675333e90c712c69d666fe5710 (patch)
treeb0e11380ce658cbef4674098d3012f44e577294e /source/blender/collada
parent7a259d8422b9fd29fb9990269821fa64fc146a01 (diff)
Collada: Trying to get rid of some warning messages on linux
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/ArmatureImporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/ArmatureImporter.cpp b/source/blender/collada/ArmatureImporter.cpp
index 4a5775cabe0..ae43c0a69d2 100644
--- a/source/blender/collada/ArmatureImporter.cpp
+++ b/source/blender/collada/ArmatureImporter.cpp
@@ -52,10 +52,10 @@ static const char *bc_get_joint_name(T *node)
ArmatureImporter::ArmatureImporter(UnitConverter *conv, MeshImporterBase *mesh, Scene *sce, const ImportSettings *import_settings) :
+ TransformReader(conv),
scene(sce),
unit_converter(conv),
import_settings(import_settings),
- TransformReader(conv),
empty(NULL),
mesh_importer(mesh) {
}