]> git.lyx.org Git - lyx.git/blobdiff - src/funcrequest.h
Alfredo's second patch
[lyx.git] / src / funcrequest.h
index a9afa49ce1a50233c53400536c48e5e2653377d5..910d6bee92bf4f39196d8730532a92d4346539f6 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef FUNCREQUEST_H
 #define FUNCREQUEST_H
 
-#include "commandtags.h"
+#include "lfuns.h"
 #include "frontends/mouse_state.h"
 #include "LString.h"
 
@@ -53,6 +53,9 @@ public:
        /// output an error message
        void errorMessage(string const & msg) const;
 
+       /// argument parsing, extract argument i as string
+       string getArg(int i) const;
+
 private:
        /// the BufferView we are talking to
        BufferView * view_;