comparison align/Align.h @ 756:39808338e771 pitch-align

Fix argument passing mistake
author Chris Cannam
date Mon, 27 Apr 2020 14:59:50 +0100
parents d0d47127d8cc
children 6429a164b7e1
comparison
equal deleted inserted replaced
755:b27815194752 756:39808338e771
89 // although we can calculate alignments with different references, 89 // although we can calculate alignments with different references,
90 // we can only have one alignment on any given toAlign model, so 90 // we can only have one alignment on any given toAlign model, so
91 // we don't key this on the whole (reference, toAlign) pair 91 // we don't key this on the whole (reference, toAlign) pair
92 std::map<ModelId, std::shared_ptr<Aligner>> m_aligners; 92 std::map<ModelId, std::shared_ptr<Aligner>> m_aligners;
93 93
94 static void getAlignerPreference(bool useProgram, QString program); 94 static void getAlignerPreference(bool &useProgram, QString &program);
95 }; 95 };
96 96
97 #endif 97 #endif
98 98