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