]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetBibitem.h
index 22e3ac112b2aa94e31cac39dc3b7819039a91ea3..f0528f82c8077a89788c2346266d161341fb6071 100644 (file)
@@ -60,6 +60,8 @@ public:
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
+       void docbook(XMLStream &, OutputParams const &) const;
+       ///
        void collectBibKeys(InsetIterator const &, support::FileNameList &) const;
        /// update the counter of this inset
        void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
@@ -74,12 +76,11 @@ public:
        ///
        static bool isCompatibleCommand(std::string const & s)
                { return s == "bibitem"; }
-       ///@}
-
-private:
        ///
        docstring bibLabel() const;
+       ///@}
 
+private:
        /// \name Private functions inherited from Inset class
        //@{
        ///