]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetNewline.h
index 017d8f8201f1d2547087e34aeec958a4a21e6363..31ab4451a9db6d9c8b06909b82e54f5a9c3927f7 100644 (file)
@@ -44,7 +44,8 @@ public:
        ///
        InsetNewline();
        ///
-       InsetNewline(InsetNewlineParams par) { params_.kind = par.kind; }
+       InsetNewline(InsetNewlineParams par) : Inset(0)
+       { params_.kind = par.kind; }
        ///
        static void string2params(std::string const &, InsetNewlineParams &);
        ///
@@ -65,7 +66,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       int xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void read(Lexer & lex);
        ///