commit 7a67302c01c9c8a08def90038cfbea1474c06151
Author: Thibaut Cuvelier <[email protected]>
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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to