mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend febd1855eb
: fix compilability
This commit is contained in:
parent
abe7adc8af
commit
7a67302c01
@ -53,8 +53,6 @@ string alignmentToCSS(LyXAlignment)
|
|||||||
namespace xml {
|
namespace xml {
|
||||||
docstring StartTag::writeTag() const { return docstring(); }
|
docstring StartTag::writeTag() const { return docstring(); }
|
||||||
docstring StartTag::writeEndTag() 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
|
} // namespace lyx
|
||||||
|
Loading…
Reference in New Issue
Block a user