]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.C
Remove unused font variable which caused a warning.
[lyx.git] / src / lyxserver.C
index 86be56793a9769102876c760c95f450f337dd5cc..0d6662cd96371c358186f68fddffd025369e8ee5 100644 (file)
@@ -528,7 +528,7 @@ void LyXServer::callback(LyXServer * serv, string const & msg)
                        string rval, buf;
                    
                        if (action>= 0) {
-                               rval = serv->func->Dispatch(action, arg);
+                               rval = serv->func->dispatch(action, arg);
                        } else {
                                rval = "Unknown command";
                        }