]> git.lyx.org Git - features.git/blobdiff - src/insets/insetbib.h
Anguses patch + some modifications for smart? inset-update.
[features.git] / src / insets / insetbib.h
index 1c3adc371e56531f00ff575dd49529d469a64d2d..b598ec57d7f1be5764fe4218c1cff016e6023414 100644 (file)
@@ -20,6 +20,7 @@
 #include <vector>
 
 class Buffer;
+struct FD_bibitem_form;
 
 /** Used to insert bibitem's information (key and label)
   
@@ -59,6 +60,8 @@ public:
         ///
         int  getCounter() const { return counter; }
        ///
+       void callback( FD_bibitem_form *, long );
+       ///
        struct Holder {
                InsetBibKey * inset;
                BufferView * view;
@@ -67,7 +70,6 @@ public:
  private:
        ///
         int counter;
-
        ///
        Holder holder;
 };