]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.C
Michael's latest batch of new gnome files.
[lyx.git] / src / lyxserver.C
index d0454ebb61f6aa5579440bc32ed143440c2c5879..ba3e0856713dcda4bff3e9da40c60af9b3295dd4 100644 (file)
@@ -501,7 +501,7 @@ void LyXServer::callback(LyXServer * serv, string const & msg)
                        // connect to the lyxfunc in the single LyXView we
                        // support currently. (Lgb)
 
-                       int action = lyxaction.LookupFunc(cmd);
+                       kb_action action = static_cast<kb_action>(lyxaction.LookupFunc(cmd));
                        //int action = -1;
                        string rval, buf;