]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetlabel.h
index 15cf530839633b1e3da46ba002014180dba0b307..3d18632c0de63aa6a41b149179e459778e244a57 100644 (file)
@@ -19,8 +19,6 @@ public:
        ///
        InsetLabel(InsetCommandParams const &);
        ///
-       ~InsetLabel();
-       ///
        std::auto_ptr<InsetBase> clone() const;
        ///
        std::string const getScreenLabel(Buffer const &) const;
@@ -44,9 +42,7 @@ public:
                    OutputParams const &) const;
 protected:
        ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type &, pos_type &);
+       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 };
 
 #endif