]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetbibitem.h
index 7f988b5803014c3a7c1821dd20e5a64ebd6cfe4e..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,9 +46,12 @@ 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 const & cmd);
+       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 private:
        ///
        int counter;