Browse Source

fix minor compil warning

pull/5/merge
jean-pierre charras 8 years ago
parent
commit
af1281433b
  1. 2
      eeschema/sim/sim_plot_frame.cpp

2
eeschema/sim/sim_plot_frame.cpp

@ -67,7 +67,7 @@ public:
return *this; return *this;
} }
bool HasMessage() const
bool HasMessage() const override
{ {
return false; // Technically "indeterminate" rather than false. return false; // Technically "indeterminate" rather than false.
} }

Loading…
Cancel
Save