]> git.lyx.org Git - lyx.git/blobdiff - src/Format.cpp
Initialize class member to please coverity
[lyx.git] / src / Format.cpp
index 09fb33bf2827c475c6338ec6fc77f4ec9b304cc4..b605c4ee4a286200771b2dd9065e18efd68afc19 100644 (file)
@@ -846,6 +846,7 @@ FlavorTranslator initFlavorTranslator()
        f.addPair(OutputParams::XML, "docbook-xml");
        f.addPair(OutputParams::HTML, "xhtml");
        f.addPair(OutputParams::TEXT, "text");
+       f.addPair(OutputParams::LYX, "lyx");
        return f;
 }