]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
the DocIterator stuff
[lyx.git] / src / mathed / ref_inset.h
index a65f9be9e28458ae6b3943c5fa3ec77902366af0..4e33280bd483a85ee7b0b45f10406d9c1529cc40 100644 (file)
@@ -60,9 +60,7 @@ public:
        static std::string const & getName(int type);
 protected:
        ///
-       virtual
-       DispatchResult
-       priv_dispatch(BufferView & bv, FuncRequest const & cmd);
+       void priv_dispatch(LCursor & cur, FuncRequest const & cmd);
 };
 
 #endif