]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Squash some warnings.
[lyx.git] / src / insets / InsetBibtex.h
index 3b8510152dae8c11d4f99e23a1172f76f06740bc..a4310ad2058b82b95bc96545bf447292036d2eb8 100644 (file)
@@ -38,6 +38,8 @@ public:
        bool addDatabase(docstring const &);
        ///
        bool delDatabase(docstring const &);
+       ///
+       void write(std::ostream &) const;
 
        /// \name Public functions inherited from Inset class
        //@{
@@ -52,6 +54,9 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
+       ///
        void collectBibKeys(InsetIterator const &) const;
        ///
        void validate(LaTeXFeatures &) const;