]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.C
Minor code shuffle.
[lyx.git] / src / lyxserver.C
index 82ec2164a8d2c696a0159afded7a25db6d721bdd..0d6662cd96371c358186f68fddffd025369e8ee5 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  * 
@@ -529,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";
                        }