Correct cdtest g++ version test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cdtest / cdtest-foo.h
index 0afe52a829f8a2d53d69a64273ccc576c5ede3c4..f36efb7fc9abf4113ae7ebdde91b04919d1bd980 100644 (file)
@@ -17,7 +17,7 @@ public:
     static void init_foo ();
     static int nb_foos() { return foos; }
     Foo();
-    Foo( char* message);
+    Foo(const char* message);
     Foo(const Foo&);
     Foo & operator= (const Foo&);
     ~Foo ();
This page took 0.022865 seconds and 4 git commands to generate.