Re: Compile warnings with DEC cxx

2000-07-17 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Compiling current CVS I'm getting lots of warnings like: | cxx: Warning: insets/insetquotes.h, line 83: | "LyXFont InsetQuotes::ConvertFont(const LyXFont &)" does not match | "Inset::ConvertFont" -- virtual function override intended

Compile warnings with DEC cxx

2000-07-17 Thread Angus Leeming
Compiling current CVS I'm getting lots of warnings like: cxx: Warning: insets/insetquotes.h, line 83: "LyXFont InsetQuotes::ConvertFont(const LyXFont &)" does not match "Inset::ConvertFont" -- virtual function override intended? LyXFont ConvertFont(LyXFont const & font)