]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Oops...
[lyx.git] / src / LyXAction.h
index a2672a07eb8b310673b6ebbfc4b19c643911a585..9425345fa0211ee853c98a98198c2c76a278e145 100644 (file)
@@ -8,10 +8,6 @@
 #ifndef LYXACTION_H
 #define LYXACTION_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "funcrequest.h"
@@ -72,7 +68,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 +127,5 @@ private:
 
 /// singleton instance
 extern LyXAction lyxaction;
+
 #endif // LYXACTION_H