Mercurial > hg > svapp
diff 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 |
line wrap: on
line diff
--- a/align/Align.h Fri Apr 24 17:24:56 2020 +0100 +++ b/align/Align.h Mon Apr 27 14:59:50 2020 +0100 @@ -91,7 +91,7 @@ // we don't key this on the whole (reference, toAlign) pair std::map<ModelId, std::shared_ptr<Aligner>> m_aligners; - static void getAlignerPreference(bool useProgram, QString program); + static void getAlignerPreference(bool &useProgram, QString &program); }; #endif