]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetcite.h
index 7e7676400b216908a7584e7d81350b384ad531c1..8fa126caa52a7c9e100b43e4340350fdf294ac4d 100644 (file)
 class InsetCitation : public InsetCommand {
 public:
        ///
-       explicit
        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; }
         ///