WaveRubber: use static_cast
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user