summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/system_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/system_error.h')
-rw-r--r--llvm/include/llvm/Support/system_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/system_error.h b/llvm/include/llvm/Support/system_error.h
index ecd3e3c97df..046132f8598 100644
--- a/llvm/include/llvm/Support/system_error.h
+++ b/llvm/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();
OpenPOWER on IntegriCloud