]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
the dispatch patch
[lyx.git] / src / insets / insetert.h
index d6c342ff66486698a756feed161ca3cb73ab1478..c886156c69bcce15ca08d827aedbd974642c7375 100644 (file)
@@ -76,8 +76,6 @@ public:
        ///
        void validate(LaTeXFeatures &) const {}
        ///
-       RESULT localDispatch(FuncRequest const &);
-       ///
        bool checkInsertChar(LyXFont &);
        ///
        // these are needed here because of the label/inlined functionallity
@@ -110,7 +108,11 @@ public:
        bool forceDefaultParagraphs(InsetOld const *) const {
                return true;
        }
-
+protected:
+       ///
+       virtual
+       dispatch_result
+       priv_dispatch(FuncRequest const &, idx_type &, pos_type &);
 private:
        ///
        void lfunMousePress(FuncRequest const &);