diff options
Diffstat (limited to 'gcc/cp/exception.cc')
-rw-r--r-- | gcc/cp/exception.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/exception.cc b/gcc/cp/exception.cc index 0c806e6cf00..82bc5f9be16 100644 --- a/gcc/cp/exception.cc +++ b/gcc/cp/exception.cc @@ -331,7 +331,7 @@ __throw_bad_cast () return 0; } -extern "C" type_info const & +extern "C" std::type_info const & __throw_bad_typeid () { throw std::bad_typeid (); |