diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/pr10728-x.h')
-rw-r--r-- | gdb/testsuite/gdb.cp/pr10728-x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/pr10728-x.h b/gdb/testsuite/gdb.cp/pr10728-x.h index 63737d9..0ba58bb 100644 --- a/gdb/testsuite/gdb.cp/pr10728-x.h +++ b/gdb/testsuite/gdb.cp/pr10728-x.h @@ -5,5 +5,5 @@ struct X Y* y2; }; -X* y(); +X y(); |