]> git.lyx.org Git - features.git/blobdiff - src/OutputParams.cpp
Consider single-cell insets when pasting multiple cells (#11906)
[features.git] / src / OutputParams.cpp
index e2e3332069b89566165aab3e0a25e4b840d7d1b2..465282c4944f985f75633ea2ab1b3c8a86b4d35b 100644 (file)
@@ -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::set<docstring>()), docbook_in_float(false),
          docbook_in_listing(false), for_toc(false), for_tooltip(false),
          for_search(false), for_preview(false), includeall(false)
 {