]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Restore XHTML output for InsetListings.
[lyx.git] / src / insets / InsetLabel.h
index af2b9adb87bf068f5e414638ab07c375ce04b7b7..491d8ecef42ce3216ee0d9e02323ff0bc8778258 100644 (file)
@@ -44,16 +44,16 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "label"; };
+       static std::string defaultCommand() { return "label"; }
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "label"; }
        ///
-       void updateLabels(ParIterator const & it);
+       void updateLabels(ParIterator const & it, bool);
        ///
        void addToToc(DocIterator const &);
        ///