[LyX/master] Fix another constructor order of parameters

Pavel Sanda sanda at lyx.org
Wed Jul 8 12:03:39 UTC 2020


commit 77e0f6990151e21196fd8682061bd6498bf96976
Author: Pavel Sanda <sanda at lyx.org>
Date:   Wed Jul 8 14:27:24 2020 +0200

    Fix another constructor order of parameters
---
 src/OutputParams.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp
index e2e3332..9b84298 100644
--- a/src/OutputParams.cpp
+++ b/src/OutputParams.cpp
@@ -34,7 +34,7 @@ OutputParams::OutputParams(Encoding const * enc)
 	  dryrun(false), silent(false), pass_thru(false),
 	  html_disable_captions(false), html_in_par(false),
 	  html_make_pars(true), docbook_in_par(false), docbook_make_pars(true),
-	  docbook_force_pars(false), docbook_in_float(false), docbook_anchors_to_ignore(std::unordered_set<docstring>()),
+	  docbook_force_pars(false), docbook_anchors_to_ignore(std::unordered_set<docstring>()), docbook_in_float(false),
 	  docbook_in_listing(false), for_toc(false), for_tooltip(false),
 	  for_search(false), for_preview(false), includeall(false)
 {


More information about the lyx-cvs mailing list