]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetQuotes.h
index feb162b06d1ee5a404cc021f893fbec3f6158d63..0cc463e4c27723fcaf4a2542a2072b327bc163bf 100644 (file)
@@ -62,11 +62,11 @@ public:
            \item etc.
          \end{itemize}
          */
-       explicit InsetQuotes(Buffer const & buf, std::string const & str = "eld");
+       explicit InsetQuotes(Buffer * buf, std::string const & str = "eld");
        /// Create the right quote inset after character c
-       InsetQuotes(Buffer const & buffer, char_type c);
+       InsetQuotes(Buffer * buffer, char_type c);
        /// Direct access to inner/outer quotation marks
-       InsetQuotes(Buffer const & buf, char_type c, QuoteTimes t);
+       InsetQuotes(Buffer * buf, char_type c, QuoteTimes t);
        ///
        docstring name() const;
        ///
@@ -83,6 +83,8 @@ public:
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
+       ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
 
        /// the string that is passed to the TOC
        void tocString(odocstream &) const;