aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.pt/ttp20.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/ttp20.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C b/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C
index c9f7912de41..c54119efda2 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/ttp20.C
@@ -18,7 +18,7 @@ template<template<class> class D,class E> class C : D<E>
template<template<class> class D,class E> int C<D,E>::g()
{
- return f();
+ return this->f();
}
int main()