X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbibtex.h;h=eaddf10fac79c19248db999cf32e2040e31f12f8;hb=26f1a5bfcae4b7fd7b946a1884c396d842b24925;hp=7c7b2676ef12c8c0dc863ea818721b58f45e315d;hpb=cda53633ff3a06b87889f37e9fb5b905dec4c80d;p=lyx.git diff --git a/src/insets/insetbibtex.h b/src/insets/insetbibtex.h index 7c7b2676ef..eaddf10fac 100644 --- a/src/insets/insetbibtex.h +++ b/src/insets/insetbibtex.h @@ -30,6 +30,8 @@ public: Inset * clone(Buffer const &, bool same_id = false) const { return new InsetBibtex(params(), same_id); } + /// small wrapper for the time being + virtual dispatch_result localDispatch(FuncRequest const & cmd); /// string const getScreenLabel(Buffer const *) const; ///