WaveRubber: use static_cast

This commit is contained in:
Jonas Kvinge
2024-06-12 18:06:37 +02:00
parent 2a65e00988
commit cb8022c55d
2 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ class WaveRubber : public AnalyzerBase {
protected:
void resizeEvent(QResizeEvent *e) override;
void analyze(QPainter &p, const Scope &s, bool new_frame) override;
void analyze(QPainter &p, const Scope &s, const bool new_frame) override;
void transform(Scope &scope) override;
void demo(QPainter &p) override;