diff options
Diffstat (limited to 'gcc/ada/s-finroo.ads')
-rw-r--r-- | gcc/ada/s-finroo.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-finroo.ads b/gcc/ada/s-finroo.ads index f9847eb..3ea9a18 100644 --- a/gcc/ada/s-finroo.ads +++ b/gcc/ada/s-finroo.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -63,7 +63,7 @@ package System.Finalization_Root is procedure Write (Stream : not null access Ada.Streams.Root_Stream_Type'Class; - Item : in Root_Controlled); + Item : Root_Controlled); procedure Read (Stream : not null access Ada.Streams.Root_Stream_Type'Class; |