X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2Fsystem_error.h;h=0d164f688d376a557828a5ad1c3152914f69fa64;hb=652b28dbcac156bb6a3b596bdf29aaf17e89eda5;hp=a36a7bbe67ddfde6eed9d70d81340f257f53497e;hpb=f630e49efc7bf3f1716b6daab3c2cc11a908754a;p=oota-llvm.git diff --git a/include/llvm/Support/system_error.h b/include/llvm/Support/system_error.h index a36a7bbe67d..0d164f688d3 100644 --- a/include/llvm/Support/system_error.h +++ b/include/llvm/Support/system_error.h @@ -653,7 +653,7 @@ public: class _do_message : public error_category { public: - virtual std::string message(int ev) const; + virtual std::string message(int ev) const LLVM_OVERRIDE; }; const error_category& generic_category();