diff options
Diffstat (limited to 'gnu/llvm/lib/Support/Regex.cpp')
| -rw-r--r-- | gnu/llvm/lib/Support/Regex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/lib/Support/Regex.cpp b/gnu/llvm/lib/Support/Regex.cpp index 68ba79e1176..b1087fd8853 100644 --- a/gnu/llvm/lib/Support/Regex.cpp +++ b/gnu/llvm/lib/Support/Regex.cpp @@ -48,7 +48,7 @@ Regex::~Regex() { } } -bool Regex::isValid(std::string &Error) { +bool Regex::isValid(std::string &Error) const { if (!error) return true; |
