]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMath.cpp
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiMath.cpp
index 314b001c078134edb2ff0a24910c2deefb2840aa..4f7eb81133a5bce1181a9fbe82d503e7e080c4e3 100644 (file)
@@ -63,7 +63,7 @@ GuiMath::GuiMath(GuiView & lv, QString const & name, QString const & title)
 }
 
 
-void GuiMath::dispatchFunc(kb_action action, string const & arg) const
+void GuiMath::dispatchFunc(FuncCode action, string const & arg) const
 {
        dispatch(FuncRequest(action, arg));
 }