]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mboxinset.C
the DocIterator stuff
[lyx.git] / src / mathed / math_mboxinset.C
index 2e5fdbb32852f0158ea1aa6c0091a284c0012768..0b7fa1548539e2e5c2063824f84535290282bbe3 100644 (file)
@@ -64,9 +64,9 @@ void MathMBoxInset::write(WriteStream & os) const
 }
 
 
-DispatchResult MathMBoxInset::priv_dispatch(LCursor & cur, FuncRequest const & cmd)
+void MathMBoxInset::priv_dispatch(LCursor & cur, FuncRequest const & cmd)
 {
-       return text_.dispatch(cur, cmd);
+       text_.dispatch(cur, cmd);
 }