]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetBibtex.h
index 7b37ee9524c26e865bbbfafd53462014e2736058..7c85af1d8741c5a6dba2c3cfe5f4276145abfa87 100644 (file)
@@ -52,11 +52,11 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "bibtex"; };
+       static std::string defaultCommand() { return "bibtex"; }
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "bibtex"; }