[LyX/master] Amend febd1855eb: fix compilability
Thibaut Cuvelier
tcuvelier at lyx.org
Wed Dec 28 11:01:36 UTC 2022
commit 7a67302c01c9c8a08def90038cfbea1474c06151
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date: Wed Dec 28 12:57:25 2022 +0100
Amend febd1855eb: fix compilability
---
src/tests/dummy_functions.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/tests/dummy_functions.cpp b/src/tests/dummy_functions.cpp
index 2698351..190a44f 100644
--- a/src/tests/dummy_functions.cpp
+++ b/src/tests/dummy_functions.cpp
@@ -53,8 +53,6 @@ string alignmentToCSS(LyXAlignment)
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
More information about the lyx-cvs
mailing list