]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
more IU
[lyx.git] / src / mathed / command_inset.C
index 128ad213052408081d5007b38810aee0f183d86a..a2657c8f56f15371392830edb600ed882a67ec07 100644 (file)
@@ -62,7 +62,7 @@ CommandInset::priv_dispatch(FuncRequest const & cmd,
                default:
                        return MathNestInset::priv_dispatch(cmd, idx, pos);
        }
-       return UNDISPATCHED;
+       return DispatchResult(false);
 }