aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cdtest/cdtest-foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-cdtest/cdtest-foo.h')
-rw-r--r--ld/testsuite/ld-cdtest/cdtest-foo.h2
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 ();