commit 687b8b0f0f10ca4cef764e0513e28ec0267fd966
Author: Thibaut Cuvelier <[email protected]>
Date: Sat May 10 14:26:35 2025 +0200
InsetFloat::xhtml: fix a compilation warning.
---
src/insets/InsetFloat.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp
index 7f9c5f513c..d0cf63d8c1 100644
--- a/src/insets/InsetFloat.cpp
+++ b/src/insets/InsetFloat.cpp
@@ -372,6 +372,7 @@ docstring InsetFloat::xhtml(XMLStream & xs, OutputParams
const & rp) const
// Things will already have been escaped, so we do not
// want to escape them again.
xs << XMLStream::ESCAPE_NONE << ods.str();
+ return docstring();
}
}
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs