]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / ref_inset.h
index d5de1403dda6178dc09e3c22998faa48325f1293..4e33280bd483a85ee7b0b45f10406d9c1529cc40 100644 (file)
@@ -60,9 +60,7 @@ public:
        static std::string const & getName(int type);
 protected:
        ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
+       void priv_dispatch(LCursor & cur, FuncRequest const & cmd);
 };
 
 #endif