aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/tinfo.h')
-rw-r--r--gcc/cp/tinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tinfo.h b/gcc/cp/tinfo.h
index 3df55a5..3cfee04 100644
--- a/gcc/cp/tinfo.h
+++ b/gcc/cp/tinfo.h
@@ -7,7 +7,7 @@
// type_info for a class with no base classes (or an enum).
-struct __user_type_info : public type_info {
+struct __user_type_info : public std::type_info {
__user_type_info (const char *n) : type_info (n) {}
// If our type can be converted to the desired type,