diff options
Diffstat (limited to 'ld/testsuite/ld-cdtest/cdtest-foo.h')
-rw-r--r-- | ld/testsuite/ld-cdtest/cdtest-foo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-cdtest/cdtest-foo.h b/ld/testsuite/ld-cdtest/cdtest-foo.h index 0afe52a..f36efb7 100644 --- a/ld/testsuite/ld-cdtest/cdtest-foo.h +++ b/ld/testsuite/ld-cdtest/cdtest-foo.h @@ -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 (); |