]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
My patch from yesterday
[lyx.git] / src / insets / insetbibtex.h
index 0efae323f9f696d8b791cbe108b673b978ceb1e0..eaddf10fac79c19248db999cf32e2040e31f12f8 100644 (file)
@@ -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;
        ///