]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
My patch from yesterday
[lyx.git] / src / insets / insetlabel.h
index 4cb3b2657d8b261ec543285f70bc65269fe35564..b4478c3d82c099206c864ddb4536d1a0fbb186f5 100644 (file)
@@ -20,10 +20,14 @@ public:
        ///
        InsetLabel(InsetCommandParams const &, bool same_id = false);
        ///
+       ~InsetLabel();
+       ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const {
                return new InsetLabel(params(), same_id);
        }
        ///
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
+       ///
        string const getScreenLabel(Buffer const *) const { return getContents(); }
        ///
        EDITABLE editable() const { return IS_EDITABLE; }