]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.C
ws changes only
[lyx.git] / src / insets / insetert.C
index 5ef362e02eec7af32f1bb24120271b829800a722..3c611f7f1842c92a76da58529768e1f230c6ae2e 100644 (file)
@@ -415,9 +415,9 @@ int InsetERT::docbook(Buffer const &, ostream & os, bool) const
 }
 
 
-InsetOld::RESULT InsetERT::localDispatch(FuncRequest const & cmd)
+dispatch_result InsetERT::localDispatch(FuncRequest const & cmd)
 {
-       InsetOld::RESULT result = UNDISPATCHED;
+       dispatch_result result = UNDISPATCHED;
        BufferView * bv = cmd.view();
 
        if (inset.paragraphs.begin()->empty()) {