Amend febd1855eb: fix compilability of tex2lyx

This commit is contained in:
Thibaut Cuvelier 2022-12-28 02:33:11 +01:00
parent 4aeba17895
commit 8b5bfa971b

View File

@ -99,8 +99,6 @@ void lyx_exit(int)
namespace xml {
docstring StartTag::writeTag() const { return docstring(); }
docstring StartTag::writeEndTag() const { return docstring(); }
bool StartTag::operator==(FontTag const & rhs) const { return rhs == *this; }
bool FontTag::operator==(StartTag const & tag) const { FontTag const * const ftag = tag.asFontTag(); if (!ftag) return false; return (font_type_ == ftag->font_type_); }
}
} // namespace lyx