]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
the dispatch patch
[lyx.git] / src / insets / insetbibitem.h
index 25d60f2523265998f296a6ed1a395a4365eb5d25..ae3c6649a315ace94a2f2b33fe8906453bc26d38 100644 (file)
@@ -30,8 +30,6 @@ public:
        ~InsetBibitem();
        ///
        std::auto_ptr<InsetBase> clone() const;
-       ///
-       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        /** Currently \bibitem is used as a LyX2.x command,
            so we need this method.
        */
@@ -52,7 +50,11 @@ public:
        int getCounter() const { return counter; }
        ///
        std::string const getBibLabel() const;
-
+protected:
+       ///
+       virtual
+       dispatch_result
+       priv_dispatch(FuncRequest const & cmd, idx_type &, pos_type &);
 private:
        ///
        int counter;