fix
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 May 2001 23:32:45 +0000 (23:32 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 May 2001 23:32:45 +0000 (23:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42292 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.other/call1.C

index 7341488..1cf6d97 100644 (file)
@@ -23,7 +23,7 @@ struct B {
 };
 
 struct C {
-  const fptr &pr;
+  const fptr pr;
 
   C (fptr n): pr(n) { }
   operator const fptr& () { return pr; }