]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
up to file format 236 and also fix Bug 421.
[lyx.git] / src / insets / insetbibitem.h
index 05983fb25c691aa91d98fd3725e5b54374b59d79..b05d22fe4ac1aefbc4038683c28dbd0094b34f5e 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "insetcommand.h"
 
-class Buffer;
-
 /** Used to insert bibitem's information (key and label)
 
   Must be automatically inserted as the first object in a
@@ -48,6 +46,9 @@ public:
        int getCounter() const { return counter; }
        ///
        std::string const getBibLabel() const;
+       ///
+       int plaintext(Buffer const &, std::ostream &,
+                     OutputParams const &) const;
 protected:
        ///
        virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);