aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/template36.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.jason/template36.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.jason/template36.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template36.C b/gcc/testsuite/g++.old-deja/g++.jason/template36.C
index a8a9d163c30..23cdb00e6de 100644
--- a/gcc/testsuite/g++.old-deja/g++.jason/template36.C
+++ b/gcc/testsuite/g++.old-deja/g++.jason/template36.C
@@ -33,7 +33,7 @@ public:
int base::* g ();
int zowee() const
- { return bar(); }
+ { return this->bar(); }
};
template <class T>