Remove reference

This commit is contained in:
Jonas Kvinge 2021-06-21 20:00:31 +02:00
parent 67778198de
commit 59e11d6caa
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void BlockAnalyzer::analyze(QPainter &p, const Analyzer::Scope &s, bool new_fram
}
static inline void adjustToLimits(const int &b, int &f, int &amount) {
static inline void adjustToLimits(const int b, int &f, int &amount) {
// with a range of 0-255 and maximum adjustment of amount, maximise the difference between f and b