]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetArgument.h
index 15d3b85fd254b43c8992dc5039451a88837c0d68..8cc3e087227560c337fb16cf0374b6a10667d3a4 100644 (file)
@@ -56,7 +56,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const
+       docstring xhtml(XMLStream &, OutputParams const &) const
                { return docstring(); }
        ///
        void write(std::ostream & os) const;