]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Better debug message.
[lyx.git] / src / FuncRequest.h
index 799fdd6a82b2941ac137b91303ce3caa5ca054bc..993f0a24bbcca4436a96e85ae31b39cb282edc64 100644 (file)
@@ -64,6 +64,10 @@ public:
        /// argument parsing, extract argument i as std::string
        std::string getArg(unsigned int i) const;
 
+       /// argument parsing, extract argument i as std::string,
+       /// eating all characters up to the end of the command line
+       std::string getLongArg(unsigned int i) const;
+
        /// access the whole argument
        docstring const & argument() const { return argument_; }