]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.h
Some more changes for updating text-insets.
[lyx.git] / src / insets / insetbib.h
index 62f7c0d5018fd6ec8785cbe27d833d460959b6ca..1c3adc371e56531f00ff575dd49529d469a64d2d 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
         Inset * Clone() const { return new InsetBibKey(this); }
        /// Currently \bibitem is used as a LyX2.x command, so we need this method.
-        void Write(std::ostream &) const;
+        void Write(Buffer const *, std::ostream &) const;
        ///
        virtual string getScreenLabel() const;
         ///
@@ -63,7 +63,7 @@ public:
                InsetBibKey * inset;
                BufferView * view;
        };
-
  private:
        ///
         int counter;
@@ -99,7 +99,7 @@ public:
        ///
        void Edit(BufferView *, int x, int y, unsigned int button);
        /// 
-       int Latex(std::ostream &, bool fragile, bool freespace) const;
+       int Latex(Buffer const *, std::ostream &, bool fragile, bool freespace) const;
        ///
        std::vector< std::pair<string,string> > getKeys() const;
        ///