comparison framework/Document.cpp @ 436:72c662fe7ea3 cxx11

Further dedicated-types fixes
author Chris Cannam
date Tue, 10 Mar 2015 17:02:52 +0000
parents edfdb1d5db3c
children d9d132c0e240 8125b8cb8128
comparison
equal deleted inserted replaced
435:618d5816b04d 436:72c662fe7ea3
732 732
733 Transform applied = transforms[j]; 733 Transform applied = transforms[j];
734 applied.setPluginVersion 734 applied.setPluginVersion
735 (TransformFactory::getInstance()-> 735 (TransformFactory::getInstance()->
736 getDefaultTransformFor(applied.getIdentifier(), 736 getDefaultTransformFor(applied.getIdentifier(),
737 lrintf(applied.getSampleRate())) 737 applied.getSampleRate())
738 .getPluginVersion()); 738 .getPluginVersion());
739 739
740 if (!model) { 740 if (!model) {
741 cerr << "WARNING: Document::addDerivedModel: no output model for transform " << applied.getIdentifier() << endl; 741 cerr << "WARNING: Document::addDerivedModel: no output model for transform " << applied.getIdentifier() << endl;
742 } else { 742 } else {