X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbibtex.h;h=eaddf10fac79c19248db999cf32e2040e31f12f8;hb=26f1a5bfcae4b7fd7b946a1884c396d842b24925;hp=0efae323f9f696d8b791cbe108b673b978ceb1e0;hpb=759dcbb427e56ad129dc9b9f5c7708cb4352fcf8;p=lyx.git diff --git a/src/insets/insetbibtex.h b/src/insets/insetbibtex.h index 0efae323f9..eaddf10fac 100644 --- a/src/insets/insetbibtex.h +++ b/src/insets/insetbibtex.h @@ -25,9 +25,13 @@ public: /// InsetBibtex(InsetCommandParams const &, bool same_id = false); /// + ~InsetBibtex(); + /// 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; ///