]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Look for mathed xpms. Doesn't do anything yet due to lack of workable XPMs
[lyx.git] / src / LyXAction.h
index a2672a07eb8b310673b6ebbfc4b19c643911a585..906a9a44762eaf3573c849efd23f280487f31f2c 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;