]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetOptArg.h
index 1cdc090ea8016cf062024bd91680e0d576bfe8bc..2584049a61287e0351320d631f41a84586063b24 100644 (file)
@@ -27,7 +27,7 @@ class InsetOptArg : public InsetCollapsable
 {
 public:
        ///
-       InsetOptArg(Buffer const &);
+       InsetOptArg(Buffer *);
 
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(odocstream &, OutputParams const &) const;
@@ -46,7 +46,7 @@ private:
        /// Standard DocBook output -- short-circuited
        int docbook(odocstream &, OutputParams const &) const;
        /// Standard XHTML output -- short-circuited
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        /// Write out to the .lyx file
        void write(std::ostream & os) const;
        /// should paragraph indendation be ommitted in any case?