]> git.lyx.org Git - features.git/blobdiff - src/insets/insetbib.C
Baruch's graphics patch + some small tweaks to the buttoncontroller stuff
[features.git] / src / insets / insetbib.C
index 9f4caab3f9359a27173cbe23ca7ae776365bec85..4699700505bb8a7d99ca5dad12d7022cfd43f47b 100644 (file)
@@ -100,7 +100,7 @@ string const InsetBibKey::getBibLabel() const
        return tostr(counter);
 }
 
-string const InsetBibKey::getScreenLabel() const
+string const InsetBibKey::getScreenLabel(Buffer const *) const
 {
        return getContents() + " [" + getBibLabel() + "]";
 }
@@ -128,7 +128,7 @@ InsetBibtex::~InsetBibtex()
 }
 
 
-string const InsetBibtex::getScreenLabel() const
+string const InsetBibtex::getScreenLabel(Buffer const *) const
 {
        return _("BibTeX Generated References");
 }