]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / LyXAction.h
index a2672a07eb8b310673b6ebbfc4b19c643911a585..8000134fe43030c75252983f32b4510cefe6e7df 100644 (file)
@@ -72,7 +72,7 @@ public:
         * Given a pseudo-action, return the real action and
         * associated argument
         */
-       std::pair<kb_action, string> retrieveActionArg(int pseudo) const;
+       FuncRequest retrieveActionArg(int pseudo) const;
 
        /// Search for an existent pseudoaction, return -1 if it doesn't exist.
        int searchActionArg(kb_action action, string const & arg) const;
@@ -131,5 +131,5 @@ private:
 
 /// singleton instance
 extern LyXAction lyxaction;
+
 #endif // LYXACTION_H