]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
fix #832
[lyx.git] / src / insets / insetbibtex.h
index 0efae323f9f696d8b791cbe108b673b978ceb1e0..966e3afc9a7934dca8684939ad0bdf1ce8f4ce6a 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;
        ///
@@ -35,10 +39,6 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::BIBTEX_CODE; }
        ///
-       void edit(BufferView *, int x, int y, mouse_button::state button);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        int latex(Buffer const *, std::ostream &,
                  bool fragile, bool freespace) const;
        ///