update
authorJason Merrill <jason@gcc.gnu.org>
Thu, 20 Apr 2000 06:54:02 +0000 (02:54 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 20 Apr 2000 06:54:02 +0000 (02:54 -0400)
From-SVN: r33275

gcc/testsuite/g++.old-deja/g++.robertl/eb127.C

index cf5f69f..655aca9 100644 (file)
@@ -46,7 +46,7 @@ void ODEsolver::init()
 
 void ODEsolver::timeloop(vector<double>& y, double ts, double te, double dt)
 {
-  (ODEsolver::useMethod)(y,ts,dt);
+  (ODEsolver::useMethod)(y,ts,dt); // ERROR - should use this->*
 }
 
 int main (int nargs, char** args)