diff --git a/eeschema/sim/sim_plot_frame.cpp b/eeschema/sim/sim_plot_frame.cpp index 80cb5beb56..017adccdfc 100644 --- a/eeschema/sim/sim_plot_frame.cpp +++ b/eeschema/sim/sim_plot_frame.cpp @@ -67,7 +67,7 @@ public: return *this; } - bool HasMessage() const + bool HasMessage() const override { return false; // Technically "indeterminate" rather than false. }