OSDN Git Service

* g++.dg/charset/extern2.cc (foo): Declare as of type cost char*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.law / dtors2.C
index 7d8af47..a630f9d 100644 (file)
@@ -8,7 +8,7 @@ class bla {
 
 public:
 
-        inline bla(char * jim) { ; };
+        inline bla(const char * jim) { ; };
 
         inline ~bla() { destruct++; if (destruct == 2) printf ("PASS\n");};
 };