]> git.lyx.org Git - lyx.git/blobdiff - src/funcrequest.h
use ParagraphList::iterator a bit more
[lyx.git] / src / funcrequest.h
index a9afa49ce1a50233c53400536c48e5e2653377d5..a8298708e714e69921d851f8bae969a7f62f936b 100644 (file)
@@ -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_;