]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetcite.h
index fc2487c41ccea920da49703559add13f5a5204b6..3f896677f8e485f720c99863621ba3ac6a627b1f 100644 (file)
@@ -24,11 +24,15 @@ public:
        ///
        InsetCitation(InsetCommandParams const &);
        ///
-       Inset * Clone() const { return new InsetCitation(params()); }
+       Inset * Clone(Buffer const &) const {
+               return new InsetCitation(params());
+       }
        ///
-       string getScreenLabel() const;
+       string const getScreenLabel() const;
        ///
        EDITABLE Editable() const { return IS_EDITABLE; }
+       ///
+       Inset::Code LyxCode() const { return Inset::CITE_CODE; }
         ///
        void Edit(BufferView *, int, int, unsigned int);
 };