Le 03/07/2025 à 00:10, Jean-Marc Lasgouttes a écrit :
src/mathed/InsetMathHull.h:135:14: warning: ‘virtual void lyx::InsetMathHull::write(std::ostream&) const’ was hidden [- Woverloaded-virtual=]
   135 |         void write(std::ostream & os) const override;
       |              ^~~~~
src/mathed/InsetMathPar.h:36:14: note:   by ‘virtual void lyx::InsetMathPar::write(lyx::TeXMathStream&) const’
    36 |         void write(TeXMathStream & os) const override;
       |              ^~~~~

For this one, I think that the solution is to rename the second method. I'll do that.

This is done now.

JMarc
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to