Collada: Trying to get rif of some warning messages on linux

This commit is contained in:
Gaia Clary 2016-09-24 01:27:37 +02:00 committed by Sergey Sharybin
parent 01ed1de0d8
commit a5d8efe16c
1 changed files with 2 additions and 2 deletions

View File

@ -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) :
import_settings(import_settings),
scene(sce),
unit_converter(conv),
import_settings(import_settings),
TransformReader(conv),
scene(sce),
empty(NULL),
mesh_importer(mesh) {
}