]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetExternal.h
index c1adb2b12a4ff552100e60bcade925de4d53b109..22c909b0e27b1d62afd176c3447124794c62ad5e 100644 (file)
@@ -135,11 +135,11 @@ private:
        int docbook(odocstream &, OutputParams const &) const;
        /// For now, this does nothing. Someone who knows about this
        /// should see what needs doing for XHTML output.
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        /// Update needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
-       void addPreview(graphics::PreviewLoader &) const;
+       void addPreview(DocIterator const &, graphics::PreviewLoader &) const;
        ///
        bool showInsetDialog(BufferView * bv) const;
        ///