Mercurial > hg > svcore
changeset 1425:bd73a689c8af
Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)
author | Chris Cannam |
---|---|
date | Mon, 09 Oct 2017 11:09:21 +0100 |
parents | c7e68755c7ec |
children | 9ae40c7aecdf b5283878cca2 |
files | base/RangeMapper.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/base/RangeMapper.h Mon Oct 09 11:08:59 2017 +0100 +++ b/base/RangeMapper.h Mon Oct 09 11:09:21 2017 +0100 @@ -129,7 +129,7 @@ static void convertMinMax(int minpos, int maxpos, double minval, double maxval, - double &ratio, double &minlog); + double &minlog, double &ratio); virtual int getPositionForValue(double value) const; virtual int getPositionForValueUnclamped(double value) const;