]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetLine.h
index f518297445dd1b70d0145246c1a215fe1dc15b24..7be587028ffb9e9a55005ad68292530e9b72954e 100644 (file)
@@ -43,7 +43,7 @@ private:
        InsetCode lyxCode() const { return LINE_CODE; }
        int docbook(odocstream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        bool hasSettings() const { return true; }
        void metrics(MetricsInfo &, Dimension &) const;
        void draw(PainterInfo & pi, int x, int y) const;