summaryrefslogtreecommitdiff
path: root/include/llvm/Support/system_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/system_error.h')
-rw-r--r--include/llvm/Support/system_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/system_error.h b/include/llvm/Support/system_error.h
index ecd3e3c97d..046132f859 100644
--- a/include/llvm/Support/system_error.h
+++ b/include/llvm/Support/system_error.h
@@ -652,7 +652,7 @@ public:
class _do_message : public error_category
{
public:
- virtual std::string message(int ev) const override;
+ std::string message(int ev) const override;
};
const error_category& generic_category();