]> git.lyx.org Git - features.git/blobdiff - src/OutputParams.cpp
DocBook: refactor font handling.
[features.git] / src / OutputParams.cpp
index 9b842980f7c8662e606fce4541483dd9a6b08958..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_anchors_to_ignore(std::unordered_set<docstring>()), docbook_in_float(false),
+         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)
 {