]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Fix a number of other uninitialized members.
[lyx.git] / src / insets / InsetBibitem.h
index c28f66aa5206dec22ee30858cbdc0eab1156da05..f18356b9d469286795f718c21952eab6f87a158a 100644 (file)
@@ -55,7 +55,8 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream &, OutputParams const &,
+                     size_t max_length = INT_MAX) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
@@ -71,7 +72,7 @@ public:
        ///
        static std::string defaultCommand() { return "bibitem"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "bibitem"; }
        ///@}