From 59e11d6caaf09bcf7e73e9c19540606b61f2544c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 21 Jun 2021 20:00:31 +0200 Subject: [PATCH] Remove reference --- src/analyzer/blockanalyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyzer/blockanalyzer.cpp b/src/analyzer/blockanalyzer.cpp index 4795accad..e763cbc2d 100644 --- a/src/analyzer/blockanalyzer.cpp +++ b/src/analyzer/blockanalyzer.cpp @@ -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