]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.h
Fix encoding issues in bibitems (bug #6534)
[features.git] / src / insets / InsetBibitem.h
index 98fdf9ff8e9a2a633edd8207e106e20198c51d55..74ae2f824925c448cc056d3972ea6c8e97f47096 100644 (file)
@@ -63,6 +63,8 @@ private:
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
+       int latex(odocstream &, OutputParams const &) const;
+       ///
        virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
        void updateLabels(ParIterator const &, UpdateType);
@@ -73,7 +75,7 @@ private:
        ///
        Inset * clone() const { return new InsetBibitem(*this); }
 
-       friend docstring bibitemWidest(Buffer const & buffer);
+       friend docstring bibitemWidest(Buffer const & buffer, OutputParams const &);
        /// The label that is set by updateLabels
        docstring autolabel_;
        ///
@@ -82,7 +84,7 @@ private:
 
 
 /// Return the widest label in the Bibliography.
-docstring bibitemWidest(Buffer const &);
+docstring bibitemWidest(Buffer const &, OutputParams const &);
 
 } // namespace lyx