]> git.lyx.org Git - lyx.git/blobdiff - src/support/LRegex.h
more changes read the ChangeLog
[lyx.git] / src / support / LRegex.h
index 3ca19d409ab29da5d5b5b5eee4c759c3e8ede3f7..ae1d41b4489b2f5f619770bda2350ccdbc0c51a8 100644 (file)
@@ -38,10 +38,10 @@ public:
        bool exact_match(string const & str) const;
 
        ///
-       MatchPair first_match(string const & str) const;
+       MatchPair const first_match(string const & str) const;
 
        ///
-       string getError() const;
+       string const getError() const;
 
        ///
        int getErrorCode() const;