[LyX features/feature/docbook] Fix compilation

Scott Kostyshak skostysh at lyx.org
Thu Sep 3 04:24:03 UTC 2020


The branch, feature/docbook, has been updated.

- Log -----------------------------------------------------------------

commit 94ccc79a6fdf15320fe3bf6ad5a4e72e20faf05f
Author: Scott Kostyshak <skostysh at lyx.org>
Date:   Wed Sep 2 22:48:23 2020 -0400

    Fix compilation

diff --git a/src/output_docbook.cpp b/src/output_docbook.cpp
index dbe081f..ce7e641 100644
--- a/src/output_docbook.cpp
+++ b/src/output_docbook.cpp
@@ -521,7 +521,7 @@ void makeParagraph(
 	++nextpar;
 	auto pars = par->simpleDocBookOnePar(buf, runparams, text.outerFont(distance(begin, par)), 0, nextpar == end, special_case);
 	for (docstring const & parXML : pars) {
-		if (isNotOnlySpace(parXML)) {
+		if (xml::isNotOnlySpace(parXML)) {
 			if (open_par)
 				openParTag(xs, &*par, prevpar);
 

-----------------------------------------------------------------------

Summary of changes:
 src/output_docbook.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Repository for new features


More information about the lyx-cvs mailing list